Searched refs:debug_pagealloc_enabled_or_kfence (Results 1 – 2 of 2) sorted by relevance
145 bool strict_boundary = strict_kernel_rwx_enabled() || debug_pagealloc_enabled_or_kfence(); in mmu_mapin_ram()154 if (debug_pagealloc_enabled_or_kfence()) { in mmu_mapin_ram()177 if (!debug_pagealloc_enabled_or_kfence()) in mmu_mark_initmem_nx()
174 static inline bool debug_pagealloc_enabled_or_kfence(void) in debug_pagealloc_enabled_or_kfence() function