Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/xen/
A Dmmu_pv.c1670 static void __init check_pt_base(unsigned long *pt_base, unsigned long *pt_end, in check_pt_base() argument
1678 if (*pt_end == PFN_DOWN(__pa(addr))) { in check_pt_base()
1681 (*pt_end)--; in check_pt_base()
1699 unsigned long pt_base, pt_end; in xen_setup_kernel_pagetable() local
1712 pt_end = pt_base + xen_start_info->nr_pt_frames; in xen_setup_kernel_pagetable()
1807 check_pt_base(&pt_base, &pt_end, addr[i]); in xen_setup_kernel_pagetable()
1811 xen_pt_size = (pt_end - pt_base) * PAGE_SIZE; in xen_setup_kernel_pagetable()

Completed in 7 milliseconds