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

/linux-master/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);
237 for (pfn = 0; pfn < xen_max_p2m_pfn && pfn < MAX_P2M_PFN;
547 if (p2m_top_mfn && pfn < MAX_P2M_PFN) {

Completed in 106 milliseconds