Home
last modified time | relevance | path

Searched refs:debug_pagealloc_enabled (Results 1 – 8 of 8) sorted by relevance

/linux/arch/powerpc/mm/
H A Dmmu_decl.h176 return IS_ENABLED(CONFIG_KFENCE) || debug_pagealloc_enabled(); in debug_pagealloc_enabled_or_kfence()
/linux/sound/drivers/pcsp/
H A Dpcsp.c149 if (debug_pagealloc_enabled()) { in alsa_card_pcsp_init()
/linux/arch/x86/mm/
H A Dinit.c231 if (boot_cpu_has(X86_FEATURE_PSE) && !debug_pagealloc_enabled()) in probe_page_size_mask()
918 if (debug_pagealloc_enabled()) { in free_init_pages()
/linux/mm/
H A Dmm_init.c2481 debug_pagealloc_enabled())) { in mem_debugging_and_hardening_init()
2515 if (debug_pagealloc_enabled()) { in mem_debugging_and_hardening_init()
/linux/arch/riscv/mm/
H A Dinit.c713 if (debug_pagealloc_enabled()) in best_map_size()
/linux/arch/arm64/mm/
H A Dmmu.c784 if (debug_pagealloc_enabled()) in force_pte_mapping()
/linux/arch/x86/mm/pat/
H A Dset_memory.c2049 if (debug_pagealloc_enabled() && (cpa->flags & CPA_DEBUG_PAGEALLOC)) in __change_page_attr_set_clr()
/linux/include/linux/
H A Dmm.h4962 static inline bool debug_pagealloc_enabled(void) in debug_pagealloc_enabled() function