Searched refs:strict_kernel_rwx_enabled (Results 1 – 5 of 5) sorted by relevance
334 static inline bool strict_kernel_rwx_enabled(void) in strict_kernel_rwx_enabled() function339 static inline bool strict_kernel_rwx_enabled(void) in strict_kernel_rwx_enabled() function347 return IS_ENABLED(CONFIG_STRICT_MODULE_RWX) && strict_kernel_rwx_enabled(); in strict_module_rwx_enabled()
143 bool strict_boundary = strict_kernel_rwx_enabled() || debug_pagealloc_enabled_or_kfence(); in mmu_mapin_ram()171 unsigned long boundary = strict_kernel_rwx_enabled() ? sinittext : etext8; in mmu_mark_initmem_nx()
102 if (strict_kernel_rwx_enabled()) in mmu_mapin_ram()
171 if (strict_kernel_rwx_enabled()) in map_mem_in_cams_addr()
175 if (!strict_kernel_rwx_enabled() || base >= border || top <= border) in mmu_mapin_ram()214 if (strict_kernel_rwx_enabled() && base + size > border) in mmu_mark_initmem_nx()