Searched refs:strict_kernel_rwx_enabled (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/powerpc/mm/nohash/
H A D40x.c107 if (strict_kernel_rwx_enabled())
H A D8xx.c148 bool strict_boundary = strict_kernel_rwx_enabled() || debug_pagealloc_enabled_or_kfence();
176 unsigned long boundary = strict_kernel_rwx_enabled() ? sinittext : etext8;
H A De500.c171 if (strict_kernel_rwx_enabled())
/linux-master/arch/powerpc/include/asm/
H A Dmmu.h334 static inline bool strict_kernel_rwx_enabled(void) function
341 return IS_ENABLED(CONFIG_STRICT_MODULE_RWX) && strict_kernel_rwx_enabled();
/linux-master/arch/powerpc/mm/book3s32/
H A Dmmu.c175 if (!strict_kernel_rwx_enabled() || base >= border || top <= border)
214 if (strict_kernel_rwx_enabled() && base + size > border)

Completed in 122 milliseconds