Home
last modified time | relevance | path

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

/linux/arch/x86/mm/
H A Dinit_64.c252 if (after_bootmem) in spp_getpage()
259 after_bootmem ? "after bootmem" : ""); in spp_getpage()
486 if (!after_bootmem && in phys_pte_init()
502 if (!after_bootmem) in phys_pte_init()
538 if (!after_bootmem && in phys_pmd_init()
570 if (!after_bootmem) in phys_pmd_init()
625 if (!after_bootmem && in phys_pud_init()
656 if (!after_bootmem) in phys_pud_init()
712 if (!after_bootmem && in phys_p4d_init()
1372 after_bootmem = 1; in mem_init()
H A Dmm_internal.h21 extern int after_bootmem;
H A Dinit.c131 if (after_bootmem) { in alloc_low_pages()
199 int after_bootmem; variable
476 if (!after_bootmem) in split_mem_range()
H A Dinit_32.c175 BUG_ON(after_bootmem); in page_table_kmap_check()
694 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.c2548 BUG_ON(!after_bootmem); in __text_poke()