Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/mm/
H A Dinit_64.c235 if (after_bootmem) in spp_getpage()
242 after_bootmem ? "after bootmem" : ""); in spp_getpage()
469 if (!after_bootmem && in phys_pte_init()
485 if (!after_bootmem) in phys_pte_init()
524 if (!after_bootmem && in phys_pmd_init()
556 if (!after_bootmem) in phys_pmd_init()
611 if (!after_bootmem && in phys_pud_init()
642 if (!after_bootmem) in phys_pud_init()
698 if (!after_bootmem && in phys_p4d_init()
1362 after_bootmem = 1; in mem_init()
H A Dmm_internal.h22 extern int after_bootmem;
H A Dinit.c130 if (after_bootmem) { in alloc_low_pages()
202 int after_bootmem; variable
479 if (!after_bootmem) in split_mem_range()
H A Dinit_32.c176 BUG_ON(after_bootmem); in page_table_kmap_check()
704 after_bootmem = 1; in mem_init()
/linux-6.15/arch/x86/include/asm/
H A Dtext-patching.h130 extern int after_bootmem;
/linux-6.15/arch/x86/kernel/
H A Dalternative.c2544 BUG_ON(!after_bootmem); in __text_poke()