Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/xen/
Dp2m.c175 #define MAX_P2M_PFN (P2M_TOP_PER_PAGE * P2M_MID_PER_PAGE * P2M_PER_PAGE) macro
197 BUG_ON(pfn >= MAX_P2M_PFN); in p2m_top_index()
395 if (unlikely(pfn >= MAX_P2M_PFN)) in get_phys_to_machine()
538 if (unlikely(pfn_s >= MAX_P2M_PFN || pfn_e >= MAX_P2M_PFN)) in set_phys_range_identity()
585 if (unlikely(pfn >= MAX_P2M_PFN)) { in __set_phys_to_machine()