Searched refs:start_pgtable (Results 1 – 1 of 1) sorted by relevance
222 static int init_pgtable(struct kimage *image, unsigned long start_pgtable) in init_pgtable() argument235 level4p = (pgd_t *)__va(start_pgtable); in init_pgtable()302 unsigned long start_pgtable; in machine_kexec_prepare() local306 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()