Home
last modified time | relevance | path

Searched refs:EXECMEM_MODULE_TEXT (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dexecmem.h39 EXECMEM_MODULE_TEXT = EXECMEM_DEFAULT, enumerator
/linux/arch/x86/kernel/
H A Dalternative.c124 void *page __free(execmem) = execmem_alloc_rw(EXECMEM_MODULE_TEXT, PAGE_SIZE); in __its_alloc()
/linux/kernel/module/
H A Dmain.c1352 execmem_type = EXECMEM_MODULE_TEXT; in module_memory_alloc()