Home
last modified time | relevance | path

Searched refs:after_bootmem (Results 1 – 5 of 5) sorted by relevance

/linux/arch/x86/mm/
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 Dmm_internal.h22 extern int after_bootmem;
H A Dinit_32.c175 BUG_ON(after_bootmem); in page_table_kmap_check()
696 after_bootmem = 1; in mem_init()
/linux/arch/x86/include/asm/
H A Dtext-patching.h130 extern int after_bootmem;
/linux/arch/x86/kernel/
H A Dalternative.c2440 BUG_ON(!after_bootmem); in __text_poke()