Home
last modified time | relevance | path

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

/arch/x86/xen/
Dmmu.c1203 addr = xen_start_info->pt_base; in xen_pagetable_p2m_copy()
1207 xen_start_info->pt_base = (unsigned long)__va(__pa(xen_start_info->pt_base)); in xen_pagetable_p2m_copy()
1813 static void __init check_pt_base(unsigned long *pt_base, unsigned long *pt_end, in check_pt_base() argument
1816 if (*pt_base == PFN_DOWN(__pa(addr))) { in check_pt_base()
1819 (*pt_base)++; in check_pt_base()
1843 unsigned long pt_base, pt_end; in xen_setup_kernel_pagetable() local
1852 pt_base = PFN_DOWN(__pa(xen_start_info->pt_base)); in xen_setup_kernel_pagetable()
1853 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()
[all …]
Dsetup.c710 xen_start_info->pt_base - xen_start_info->mfn_list); in xen_memory_setup()
741 xen_start_info->pt_base - xen_start_info->mfn_list); in xen_auto_xlated_memory_setup()
Denlighten.c1681 xen_setup_kernel_pagetable((pgd_t *)xen_start_info->pt_base, xen_start_info->nr_pages); in xen_start_kernel()