Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/mm/
Dmem.c430 pgprot_t kprobes_prot = strict_module_rwx_enabled() ? PAGE_KERNEL_ROX : PAGE_KERNEL_EXEC; in execmem_arch_setup()
431 pgprot_t prot = strict_module_rwx_enabled() ? PAGE_KERNEL : PAGE_KERNEL_EXEC; in execmem_arch_setup()
/linux-6.12.1/arch/powerpc/include/asm/
Dmmu.h331 static inline bool strict_module_rwx_enabled(void) in strict_module_rwx_enabled() function