Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dexecmem.h199 bool execmem_is_rox(enum execmem_type type);
/linux/mm/
H A Dexecmem.c506 bool execmem_is_rox(enum execmem_type type) in execmem_is_rox() function
/linux/kernel/module/
H A Dmain.c1329 mod->mem[type].is_rox = execmem_is_rox(execmem_type); in module_memory_alloc()