Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/mm/
H A Dinit_64.c234 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()
1343 after_bootmem = 1; in mem_init()
H A Dmm_internal.h22 extern int after_bootmem;
H A Dinit.c129 if (after_bootmem) { in alloc_low_pages()
201 int after_bootmem; variable
478 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()
/openbmc/linux/arch/x86/include/asm/
H A Dtext-patching.h139 extern int after_bootmem;
/openbmc/linux/arch/x86/kernel/
H A Dalternative.c1803 BUG_ON(!after_bootmem); in __text_poke()