Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Dmachine_kexec_64.c222 static int init_pgtable(struct kimage *image, unsigned long start_pgtable) in init_pgtable() argument
235 level4p = (pgd_t *)__va(start_pgtable); in init_pgtable()
302 unsigned long start_pgtable; in machine_kexec_prepare() local
306 start_pgtable = page_to_pfn(image->control_code_page) << PAGE_SHIFT; in machine_kexec_prepare()
309 result = init_pgtable(image, start_pgtable); in machine_kexec_prepare()