Home
last modified time | relevance | path

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

/linux/arch/s390/mm/
H A Dvmem.c256 !debug_pagealloc_enabled()) { in modify_pmd_table()
346 !debug_pagealloc_enabled()) { in modify_pud_table()
677 if (debug_pagealloc_enabled()) in vmem_map_init()
/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.c232 if (boot_cpu_has(X86_FEATURE_PSE) && !debug_pagealloc_enabled()) in probe_page_size_mask()
919 if (debug_pagealloc_enabled()) { in free_init_pages()
/linux/arch/arm64/mm/
H A Dpageattr.c96 return rodata_full || debug_pagealloc_enabled() || in can_set_direct_map()
H A Dmmu.c763 if (debug_pagealloc_enabled()) in force_pte_mapping()
/linux/arch/x86/mm/pat/
H A Dset_memory.c1231 if (!debug_pagealloc_enabled()) in split_large_page()
1234 if (!debug_pagealloc_enabled()) in split_large_page()
2007 if (!debug_pagealloc_enabled()) in __change_page_attr_set_clr()
2010 if (!debug_pagealloc_enabled()) in __change_page_attr_set_clr()
/linux/arch/powerpc/mm/book3s64/
H A Dhash_utils.c338 if (!debug_pagealloc_enabled() || linear_map_count > max_hash_count) in hash_supports_debug_pagealloc()
364 if (!debug_pagealloc_enabled() || !linear_map_hash_count) in hash_debug_pagealloc_add_slot()
376 if (!debug_pagealloc_enabled() || !linear_map_hash_count) in hash_debug_pagealloc_map_pages()
H A Dradix_pgtable.c310 if (debug_pagealloc_enabled()) in create_physical_mapping()
/linux/mm/
H A Dmm_init.c2554 debug_pagealloc_enabled())) { in mem_debugging_and_hardening_init()
2588 if (debug_pagealloc_enabled()) { in mem_debugging_and_hardening_init()
/linux/arch/riscv/mm/
H A Dinit.c750 if (debug_pagealloc_enabled()) in best_map_size()
/linux/include/linux/
H A Dmm.h4110 static inline bool debug_pagealloc_enabled(void) in debug_pagealloc_enabled() function