Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm64/mm/
Dpageattr.c183 if (!debug_pagealloc_enabled() && !rodata_full) in __kernel_map_pages()
207 if (!debug_pagealloc_enabled() && !rodata_full) in kernel_page_present()
Dmmu.c480 if (rodata_full || debug_pagealloc_enabled()) in map_mem()
1469 if (rodata_full || debug_pagealloc_enabled()) in arch_add_memory()
/Linux-v5.10/arch/powerpc/mm/nohash/
D8xx.c152 bool strict_boundary = strict_kernel_rwx_enabled() || debug_pagealloc_enabled(); in mmu_mapin_ram()
164 if (debug_pagealloc_enabled()) { in mmu_mapin_ram()
/Linux-v5.10/arch/powerpc/mm/
Dinit_32.c100 if (debug_pagealloc_enabled()) in MMU_setup()
/Linux-v5.10/mm/
Dpage_poison.c46 debug_pagealloc_enabled())); in page_poisoning_enabled()
Dpage_alloc.c733 if (!debug_pagealloc_enabled()) in init_debug_pagealloc()
/Linux-v5.10/sound/drivers/pcsp/
Dpcsp.c151 if (debug_pagealloc_enabled()) { in alsa_card_pcsp_init()
/Linux-v5.10/arch/riscv/mm/
Dpageattr.c189 if (!debug_pagealloc_enabled()) in __kernel_map_pages()
/Linux-v5.10/arch/s390/mm/
Dvmem.c243 !debug_pagealloc_enabled()) { in modify_pmd_table()
339 !debug_pagealloc_enabled()) { in modify_pud_table()
/Linux-v5.10/arch/s390/kernel/
Ddumpstack.c203 if (debug_pagealloc_enabled()) in die()
/Linux-v5.10/arch/x86/mm/
Dinit.c216 if (boot_cpu_has(X86_FEATURE_PSE) && !debug_pagealloc_enabled()) in probe_page_size_mask()
861 if (debug_pagealloc_enabled()) { in free_init_pages()
/Linux-v5.10/arch/x86/kernel/
Ddumpstack.c408 debug_pagealloc_enabled() ? " DEBUG_PAGEALLOC" : "", in __die_header()
/Linux-v5.10/arch/powerpc/mm/book3s64/
Dhash_utils.c328 if (debug_pagealloc_enabled() && in htab_bolt_mapping()
667 if (!debug_pagealloc_enabled()) { in htab_init_page_sizes()
957 if (debug_pagealloc_enabled()) { in htab_initialize()
/Linux-v5.10/arch/x86/mm/pat/
Dset_memory.c1069 if (!debug_pagealloc_enabled()) in split_large_page()
1072 if (!debug_pagealloc_enabled()) in split_large_page()
1657 if (!debug_pagealloc_enabled()) in __change_page_attr_set_clr()
1660 if (!debug_pagealloc_enabled()) in __change_page_attr_set_clr()
/Linux-v5.10/arch/powerpc/mm/book3s32/
Dmmu.c164 if (debug_pagealloc_enabled()) { in mmu_mapin_ram()
/Linux-v5.10/arch/arm64/kernel/
Dhibernate.c471 } else if (debug_pagealloc_enabled() && !pte_none(pte)) { in _copy_pte()
/Linux-v5.10/arch/powerpc/kernel/
Dtraps.c271 debug_pagealloc_enabled() ? " DEBUG_PAGEALLOC" : "", in __die()
/Linux-v5.10/include/linux/
Dmm.h2918 static inline bool debug_pagealloc_enabled(void) in debug_pagealloc_enabled() function