Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/xen/
Dmmu.c1152 addr = xen_start_info->pt_base; in xen_pagetable_p2m_free()
1156 xen_start_info->pt_base = (unsigned long)__va(__pa(xen_start_info->pt_base)); in xen_pagetable_p2m_free()
1781 static void __init check_pt_base(unsigned long *pt_base, unsigned long *pt_end, in check_pt_base() argument
1784 if (*pt_base == PFN_DOWN(__pa(addr))) { in check_pt_base()
1787 (*pt_base)++; in check_pt_base()
1811 unsigned long pt_base, pt_end; in xen_setup_kernel_pagetable() local
1820 pt_base = PFN_DOWN(__pa(xen_start_info->pt_base)); in xen_setup_kernel_pagetable()
1821 pt_end = pt_base + xen_start_info->nr_pt_frames; in xen_setup_kernel_pagetable()
1894 check_pt_base(&pt_base, &pt_end, addr[i]); in xen_setup_kernel_pagetable()
1897 memblock_reserve(PFN_PHYS(pt_base), (pt_end - pt_base) * PAGE_SIZE); in xen_setup_kernel_pagetable()
[all …]
Dsetup.c712 xen_start_info->pt_base - xen_start_info->mfn_list); in xen_memory_setup()
743 xen_start_info->pt_base - xen_start_info->mfn_list); in xen_auto_xlated_memory_setup()
Denlighten.c1615 xen_setup_kernel_pagetable((pgd_t *)xen_start_info->pt_base, xen_start_info->nr_pages); in xen_start_kernel()
/linux-4.1.27/include/xen/interface/
Dxen.h632 unsigned long pt_base; /* VIRTUAL address of page directory. */ member