Home
last modified time | relevance | path

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

/linux-5.19.10/include/xen/interface/
Dxen.h647 unsigned long nr_p2m_frames;/* # of pfns forming initial P->M table. */ member
/linux-5.19.10/arch/x86/xen/
Dmmu_pv.c1462 pfn < xen_start_info->first_p2m_pfn + xen_start_info->nr_p2m_frames) in xen_make_pte_init()
1974 xen_start_info->nr_p2m_frames; in xen_relocate_p2m()
1993 xen_start_info->nr_p2m_frames = n_frames; in xen_relocate_p2m()
Dsetup.c710 size = PFN_PHYS(xen_start_info->nr_p2m_frames); in xen_reserve_xen_mfnlist()