Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/xen/
Dp2m.h8 #define MAX_P2M_PFN (P2M_TOP_PER_PAGE * P2M_MID_PER_PAGE * P2M_PER_PAGE) macro
Dp2m.c112 BUG_ON(pfn >= MAX_P2M_PFN); in p2m_top_index()
219 for (pfn = 0; pfn < xen_max_p2m_pfn && pfn < MAX_P2M_PFN; in xen_build_mfn_list_list()