Home
last modified time | relevance | path

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

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