Searched refs:P2M_PER_PAGE (Results 1 – 3 of 3) sorted by relevance
24 * P2M_TOP_PER_PAGE * P2M_MID_PER_PAGE * P2M_PER_PAGE pages26 * P2M_PER_PAGE depends on the architecture, as a mfn is always38 * list/tree in case there are multiple areas with P2M_PER_PAGE invalid pfns.91 #define MAX_P2M_PFN (P2M_TOP_PER_PAGE * P2M_MID_PER_PAGE * P2M_PER_PAGE)130 return pfn / (P2M_MID_PER_PAGE * P2M_PER_PAGE); in p2m_top_index() 135 return (pfn / P2M_PER_PAGE) % P2M_MID_PER_PAGE; in p2m_mid_index() 166 for (i = 0; i < P2M_PER_PAGE; i++) in p2m_init() 174 for (i = 0; i < P2M_PER_PAGE; i++) in p2m_init_identity() 233 pfn += P2M_PER_PAGE) { in xen_build_mfn_list_list() 252 pfn += (P2M_MID_PER_PAGE - 1) * P2M_PER_PAGE; in xen_build_mfn_list_list() [all...]
57 #define REMAP_SIZE (P2M_PER_PAGE - 3)
48 #define P2M_PER_PAGE (PAGE_SIZE / sizeof(unsigned long)) macro