Home
last modified time | relevance | path

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

/linux/include/xen/interface/
H A Dxen.h646 unsigned long first_p2m_pfn;/* 1st pfn forming initial P->M table. */ member
/linux/arch/x86/xen/
H A Dmmu_pv.c1521 pfn >= xen_start_info->first_p2m_pfn && in xen_make_pte_init()
1522 pfn < xen_start_info->first_p2m_pfn + xen_start_info->nr_p2m_frames) in xen_make_pte_init()
1768 max_pfn_mapped = xen_start_info->first_p2m_pfn; in xen_setup_kernel_pagetable()
2033 pfn = xen_start_info->first_p2m_pfn; in xen_relocate_p2m()
2034 pfn_end = xen_start_info->first_p2m_pfn + in xen_relocate_p2m()
2053 xen_start_info->first_p2m_pfn = PFN_DOWN(new_area); in xen_relocate_p2m()
H A Dsetup.c777 start = PFN_PHYS(xen_start_info->first_p2m_pfn); in xen_reserve_xen_mfnlist()