Home
last modified time | relevance | path

Searched refs:after_bootmem (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/mm/
H A Dmm_internal.h22 extern int after_bootmem;
H A Dinit_64.c222 * (alloc_bootmem_pages). It's safe to do it ONLY when after_bootmem == 0.
228 if (after_bootmem) in spp_getpage()
235 after_bootmem ? "after bootmem" : ""); in spp_getpage()
462 if (!after_bootmem && in phys_pte_init()
478 if (!after_bootmem) in phys_pte_init()
517 if (!after_bootmem && in phys_pmd_init()
549 if (!after_bootmem) in phys_pmd_init()
605 if (!after_bootmem && in phys_pud_init()
636 if (!after_bootmem) in phys_pud_init()
696 if (!after_bootmem in phys_p4d_init()
[all...]
H A Dinit.c132 if (after_bootmem) { in alloc_low_pages()
197 int after_bootmem; variable
482 if (!after_bootmem) in split_mem_range()
H A Dinit_32.c178 BUG_ON(after_bootmem); in page_table_kmap_check()
770 after_bootmem = 1; in mem_init()
/kernel/linux/linux-6.6/arch/x86/mm/
H A Dmm_internal.h22 extern int after_bootmem;
H A Dinit_64.c228 * (alloc_bootmem_pages). It's safe to do it ONLY when after_bootmem == 0.
234 if (after_bootmem) in spp_getpage()
241 after_bootmem ? "after bootmem" : ""); in spp_getpage()
468 if (!after_bootmem && in phys_pte_init()
484 if (!after_bootmem) in phys_pte_init()
523 if (!after_bootmem && in phys_pmd_init()
555 if (!after_bootmem) in phys_pmd_init()
610 if (!after_bootmem && in phys_pud_init()
641 if (!after_bootmem) in phys_pud_init()
697 if (!after_bootmem in phys_p4d_init()
[all...]
H A Dinit.c129 if (after_bootmem) { in alloc_low_pages()
201 int after_bootmem; variable
477 if (!after_bootmem) in split_mem_range()
H A Dinit_32.c175 BUG_ON(after_bootmem); in page_table_kmap_check()
738 after_bootmem = 1; in mem_init()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dtext-patching.h120 extern int after_bootmem;
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dtext-patching.h139 extern int after_bootmem;
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dalternative.c1187 BUG_ON(!after_bootmem); in __text_poke()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dalternative.c1803 BUG_ON(!after_bootmem); in __text_poke()

Completed in 13 milliseconds