Home
last modified time | relevance | path

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

/linux-4.4.14/include/xen/interface/
Dxen.h644 unsigned long first_p2m_pfn;/* 1st pfn forming initial P->M table. */ member
/linux-4.4.14/arch/x86/xen/
Dmmu.c1581 if (pfn >= xen_start_info->first_p2m_pfn && in mask_rw_pte()
1582 pfn < xen_start_info->first_p2m_pfn + xen_start_info->nr_p2m_frames) in mask_rw_pte()
1931 max_pfn_mapped = xen_start_info->first_p2m_pfn; in xen_setup_kernel_pagetable()
2179 pfn = xen_start_info->first_p2m_pfn; in xen_relocate_p2m()
2180 pfn_end = xen_start_info->first_p2m_pfn + in xen_relocate_p2m()
2199 xen_start_info->first_p2m_pfn = PFN_DOWN(new_area); in xen_relocate_p2m()
Dsetup.c712 start = PFN_PHYS(xen_start_info->first_p2m_pfn); in xen_reserve_xen_mfnlist()
944 xen_start_info->first_p2m_pfn = 0; in xen_auto_xlated_memory_setup()