Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dmodule.c95 pgprot_t prot = strict_module_rwx_enabled() ? PAGE_KERNEL : PAGE_KERNEL_EXEC; in __module_alloc()
Dkprobes.c116 if (strict_module_rwx_enabled()) { in alloc_insn_page()
/arch/powerpc/include/asm/
Dmmu.h349 static inline bool strict_module_rwx_enabled(void) in strict_module_rwx_enabled() function