Home
last modified time | relevance | path

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

/Linux-v5.15/include/xen/interface/
Dxen.h663 unsigned long first_p2m_pfn;/* 1st pfn forming initial P->M table. */ member
/Linux-v5.15/arch/x86/xen/
Dmmu_pv.c1439 pfn >= xen_start_info->first_p2m_pfn && in xen_make_pte_init()
1440 pfn < xen_start_info->first_p2m_pfn + xen_start_info->nr_p2m_frames) in xen_make_pte_init()
1690 max_pfn_mapped = xen_start_info->first_p2m_pfn; in xen_setup_kernel_pagetable()
1949 pfn = xen_start_info->first_p2m_pfn; in xen_relocate_p2m()
1950 pfn_end = xen_start_info->first_p2m_pfn + in xen_relocate_p2m()
1969 xen_start_info->first_p2m_pfn = PFN_DOWN(new_area); in xen_relocate_p2m()
Dsetup.c713 start = PFN_PHYS(xen_start_info->first_p2m_pfn); in xen_reserve_xen_mfnlist()