Searched refs:pt_end (Results 1 – 1 of 1) sorted by relevance
1679 static void __init check_pt_base(unsigned long *pt_base, unsigned long *pt_end, in check_pt_base() argument1687 if (*pt_end == PFN_DOWN(__pa(addr))) { in check_pt_base()1690 (*pt_end)--; in check_pt_base()1708 unsigned long pt_base, pt_end; in xen_setup_kernel_pagetable() local1721 pt_end = pt_base + xen_start_info->nr_pt_frames; in xen_setup_kernel_pagetable()1816 check_pt_base(&pt_base, &pt_end, addr[i]); in xen_setup_kernel_pagetable()1820 xen_pt_size = (pt_end - pt_base) * PAGE_SIZE; in xen_setup_kernel_pagetable()