Home
last modified time | relevance | path

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

/linux-6.14.4/arch/s390/mm/
Dvmem.c253 !debug_pagealloc_enabled()) { in modify_pmd_table()
339 !debug_pagealloc_enabled()) { in modify_pud_table()
664 if (debug_pagealloc_enabled()) in vmem_map_init()
/linux-6.14.4/arch/powerpc/mm/
Dmmu_decl.h176 return IS_ENABLED(CONFIG_KFENCE) || debug_pagealloc_enabled(); in debug_pagealloc_enabled_or_kfence()
/linux-6.14.4/sound/drivers/pcsp/
Dpcsp.c149 if (debug_pagealloc_enabled()) { in alsa_card_pcsp_init()
/linux-6.14.4/arch/s390/kernel/
Ddumpstack.c209 if (debug_pagealloc_enabled()) in die()
/linux-6.14.4/arch/arm64/mm/
Dpageattr.c36 return rodata_full || debug_pagealloc_enabled() || in can_set_direct_map()
/linux-6.14.4/arch/x86/mm/
Dinit.c234 if (boot_cpu_has(X86_FEATURE_PSE) && !debug_pagealloc_enabled()) in probe_page_size_mask()
914 if (debug_pagealloc_enabled()) { in free_init_pages()
/linux-6.14.4/arch/x86/kernel/
Ddumpstack.c410 debug_pagealloc_enabled() ? " DEBUG_PAGEALLOC" : "", in __die_header()
/linux-6.14.4/arch/x86/mm/pat/
Dset_memory.c1186 if (!debug_pagealloc_enabled()) in split_large_page()
1189 if (!debug_pagealloc_enabled()) in split_large_page()
1804 if (!debug_pagealloc_enabled()) in __change_page_attr_set_clr()
1807 if (!debug_pagealloc_enabled()) in __change_page_attr_set_clr()
/linux-6.14.4/arch/riscv/mm/
Dpageattr.c423 if (!debug_pagealloc_enabled()) in __kernel_map_pages()
Dinit.c710 if (debug_pagealloc_enabled()) in best_map_size()
/linux-6.14.4/arch/powerpc/mm/book3s64/
Dhash_utils.c337 if (!debug_pagealloc_enabled() || linear_map_count > max_hash_count) in hash_supports_debug_pagealloc()
363 if (!debug_pagealloc_enabled() || !linear_map_hash_count) in hash_debug_pagealloc_add_slot()
375 if (!debug_pagealloc_enabled() || !linear_map_hash_count) in hash_debug_pagealloc_map_pages()
Dradix_pgtable.c310 if (debug_pagealloc_enabled()) in create_physical_mapping()
/linux-6.14.4/mm/
Dmm_init.c2511 debug_pagealloc_enabled())) { in mem_debugging_and_hardening_init()
2545 if (debug_pagealloc_enabled()) { in mem_debugging_and_hardening_init()
/linux-6.14.4/arch/powerpc/kernel/
Dtraps.c272 debug_pagealloc_enabled() ? " DEBUG_PAGEALLOC" : "", in __die()
/linux-6.14.4/include/linux/
Dmm.h3707 static inline bool debug_pagealloc_enabled(void) in debug_pagealloc_enabled() function