Searched refs:pt_end (Results 1 – 1 of 1) sorted by relevance
1813 static void __init check_pt_base(unsigned long *pt_base, unsigned long *pt_end, in check_pt_base() argument1821 if (*pt_end == PFN_DOWN(__pa(addr))) { in check_pt_base()1824 (*pt_end)--; in check_pt_base()1843 unsigned long pt_base, pt_end; in xen_setup_kernel_pagetable() local1853 pt_end = pt_base + xen_start_info->nr_pt_frames; in xen_setup_kernel_pagetable()1926 check_pt_base(&pt_base, &pt_end, addr[i]); in xen_setup_kernel_pagetable()1929 memblock_reserve(PFN_PHYS(pt_base), (pt_end - pt_base) * PAGE_SIZE); in xen_setup_kernel_pagetable()