Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/mm/
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()
486 if (!after_bootmem) in phys_pte_init()
525 if (!after_bootmem && in phys_pmd_init()
559 if (!after_bootmem) in phys_pmd_init()
614 if (!after_bootmem && in phys_pud_init()
647 if (!after_bootmem) in phys_pud_init()
703 if (!after_bootmem && in phys_p4d_init()
1349 after_bootmem = 1; in mem_init()
Dmm_internal.h22 extern int after_bootmem;
Dinit.c130 if (after_bootmem) { in alloc_low_pages()
202 int after_bootmem; variable
474 if (!after_bootmem) in split_mem_range()
Dinit_32.c175 BUG_ON(after_bootmem); in page_table_kmap_check()
738 after_bootmem = 1; in mem_init()
/linux-6.12.1/arch/x86/include/asm/
Dtext-patching.h129 extern int after_bootmem;
/linux-6.12.1/arch/x86/kernel/
Dalternative.c1872 BUG_ON(!after_bootmem); in __text_poke()