Searched refs:strict_module_rwx_enabled (Results 1 – 3 of 3) sorted by relevance
95 pgprot_t prot = strict_module_rwx_enabled() ? PAGE_KERNEL : PAGE_KERNEL_EXEC; in __module_alloc()
137 if (strict_module_rwx_enabled()) { in alloc_insn_page()
350 static inline bool strict_module_rwx_enabled(void) in strict_module_rwx_enabled() function