Home
last modified time | relevance | path

Searched refs:strict_kernel_rwx_enabled (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Dmmu.h326 static inline bool strict_kernel_rwx_enabled(void) in strict_kernel_rwx_enabled() function
333 return IS_ENABLED(CONFIG_STRICT_MODULE_RWX) && strict_kernel_rwx_enabled(); in strict_module_rwx_enabled()
/linux/arch/powerpc/mm/nohash/
H A D8xx.c145 bool strict_boundary = strict_kernel_rwx_enabled() || debug_pagealloc_enabled_or_kfence(); in mmu_mapin_ram()
173 unsigned long boundary = strict_kernel_rwx_enabled() ? sinittext : etext8; in mmu_mark_initmem_nx()
H A De500.c171 if (strict_kernel_rwx_enabled()) in map_mem_in_cams_addr()