Searched refs:strict_kernel_rwx_enabled (Results 1 – 4 of 4) sorted by relevance
338 static inline bool strict_kernel_rwx_enabled(void) in strict_kernel_rwx_enabled() function343 static inline bool strict_kernel_rwx_enabled(void) in strict_kernel_rwx_enabled() function351 return IS_ENABLED(CONFIG_STRICT_MODULE_RWX) && strict_kernel_rwx_enabled(); in strict_module_rwx_enabled()
152 bool strict_boundary = strict_kernel_rwx_enabled() || debug_pagealloc_enabled_or_kfence(); in mmu_mapin_ram()183 unsigned long boundary = strict_kernel_rwx_enabled() ? sinittext : etext8; in mmu_mark_initmem_nx()
106 if (strict_kernel_rwx_enabled()) in MMU_setup()
173 if (!strict_kernel_rwx_enabled() || base >= border || top <= border) in mmu_mapin_ram()213 if (strict_kernel_rwx_enabled() && base + size > border) in mmu_mark_initmem_nx()