Home
last modified time | relevance | path

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

/linux/arch/powerpc/mm/
H A Dmem.c392 pgprot_t kprobes_prot = strict_module_rwx_enabled() ? PAGE_KERNEL_ROX : PAGE_KERNEL_EXEC; in execmem_arch_setup()
393 pgprot_t prot = strict_module_rwx_enabled() ? PAGE_KERNEL : PAGE_KERNEL_EXEC; in execmem_arch_setup()
/linux/arch/powerpc/include/asm/
H A Dmmu.h331 static inline bool strict_module_rwx_enabled(void) in strict_module_rwx_enabled() function