Searched refs:strict_module_rwx_enabled (Results 1 – 2 of 2) sorted by relevance
430 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()
331 static inline bool strict_module_rwx_enabled(void) in strict_module_rwx_enabled() function