Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/
Dmachine_kexec_64.c101 static int init_pgtable(struct kimage *image, unsigned long start_pgtable) in init_pgtable() argument
113 level4p = (pgd_t *)__va(start_pgtable); in init_pgtable()
227 unsigned long start_pgtable; in machine_kexec_prepare() local
231 start_pgtable = page_to_pfn(image->control_code_page) << PAGE_SHIFT; in machine_kexec_prepare()
234 result = init_pgtable(image, start_pgtable); in machine_kexec_prepare()