Searched refs:debug_pagealloc_enabled (Results 1 – 8 of 8) sorted by relevance
176 return IS_ENABLED(CONFIG_KFENCE) || debug_pagealloc_enabled(); in debug_pagealloc_enabled_or_kfence()
149 if (debug_pagealloc_enabled()) { in alsa_card_pcsp_init()
231 if (boot_cpu_has(X86_FEATURE_PSE) && !debug_pagealloc_enabled()) in probe_page_size_mask()918 if (debug_pagealloc_enabled()) { in free_init_pages()
2481 debug_pagealloc_enabled())) { in mem_debugging_and_hardening_init()2515 if (debug_pagealloc_enabled()) { in mem_debugging_and_hardening_init()
713 if (debug_pagealloc_enabled()) in best_map_size()
784 if (debug_pagealloc_enabled()) in force_pte_mapping()
2049 if (debug_pagealloc_enabled() && (cpa->flags & CPA_DEBUG_PAGEALLOC)) in __change_page_attr_set_clr()
4962 static inline bool debug_pagealloc_enabled(void) in debug_pagealloc_enabled() function