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