Home
last modified time | relevance | path

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

/arch/x86/xen/
Dp2m.c177 #define MAX_P2M_PFN (P2M_TOP_PER_PAGE * P2M_MID_PER_PAGE * P2M_PER_PAGE) macro
199 BUG_ON(pfn >= MAX_P2M_PFN); in p2m_top_index()
397 if (unlikely(pfn >= MAX_P2M_PFN)) in get_phys_to_machine()
549 if (unlikely(pfn_s >= MAX_P2M_PFN || pfn_e >= MAX_P2M_PFN)) in set_phys_range_identity()
613 if (unlikely(pfn >= MAX_P2M_PFN)) { in __set_phys_to_machine()