Home
last modified time | relevance | path

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

/arch/x86/xen/
Dp2m.h8 #define MAX_P2M_PFN (P2M_TOP_PER_PAGE * P2M_MID_PER_PAGE * P2M_PER_PAGE) macro
Dp2m.c209 BUG_ON(pfn >= MAX_P2M_PFN); in p2m_top_index()
494 if (unlikely(pfn >= MAX_P2M_PFN)) in get_phys_to_machine()
768 if (unlikely(pfn_s >= MAX_P2M_PFN)) in set_phys_range_identity()
777 if (pfn_e > MAX_P2M_PFN) in set_phys_range_identity()
778 pfn_e = MAX_P2M_PFN; in set_phys_range_identity()
818 if (unlikely(pfn >= MAX_P2M_PFN)) { in __set_phys_to_machine()