Home
last modified time | relevance | path

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

/openbmc/linux/include/xen/interface/
H A Dxen.h647 unsigned long nr_p2m_frames;/* # of pfns forming initial P->M table. */ member
/openbmc/qemu/include/hw/xen/interface/
H A Dxen.h858 unsigned long nr_p2m_frames;/* # of pfns forming initial P->M table. */ member
/openbmc/linux/arch/x86/xen/
H A Dmmu_pv.c1471 pfn < xen_start_info->first_p2m_pfn + xen_start_info->nr_p2m_frames) in xen_make_pte_init()
1983 xen_start_info->nr_p2m_frames; in xen_relocate_p2m()
2002 xen_start_info->nr_p2m_frames = n_frames; in xen_relocate_p2m()
H A Dsetup.c671 size = PFN_PHYS(xen_start_info->nr_p2m_frames); in xen_reserve_xen_mfnlist()