Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/xen/
H A Dp2m.c90 #define MAX_P2M_PFN (P2M_TOP_PER_PAGE * P2M_MID_PER_PAGE * P2M_PER_PAGE) macro
128 BUG_ON(pfn >= MAX_P2M_PFN); in p2m_top_index()
237 for (pfn = 0; pfn < xen_max_p2m_pfn && pfn < MAX_P2M_PFN; in xen_build_mfn_list_list()
547 if (p2m_top_mfn && pfn < MAX_P2M_PFN) { in xen_alloc_p2m_entry()