Home
last modified time | relevance | path

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

/linux-5.10/arch/powerpc/include/asm/ !
Dmmu.h317 static inline bool strict_kernel_rwx_enabled(void) in strict_kernel_rwx_enabled() function
322 static inline bool strict_kernel_rwx_enabled(void) in strict_kernel_rwx_enabled() function
/linux-5.10/arch/powerpc/mm/nohash/ !
D8xx.c152 bool strict_boundary = strict_kernel_rwx_enabled() || debug_pagealloc_enabled(); in mmu_mapin_ram()
183 unsigned long boundary = strict_kernel_rwx_enabled() ? sinittext : etext8; in mmu_mark_initmem_nx()
/linux-5.10/arch/powerpc/mm/ !
Dinit_32.c103 if (strict_kernel_rwx_enabled()) in MMU_setup()
/linux-5.10/arch/powerpc/mm/book3s32/ !
Dmmu.c171 if (!strict_kernel_rwx_enabled() || base >= border || top <= border) in mmu_mapin_ram()
218 if (strict_kernel_rwx_enabled() && base + size > border) in mmu_mark_initmem_nx()