Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/xen/
Dp2m.c173 #define P2M_TOP_PER_PAGE (PAGE_SIZE / sizeof(unsigned long **)) macro
175 #define MAX_P2M_PFN (P2M_TOP_PER_PAGE * P2M_MID_PER_PAGE * P2M_PER_PAGE)
182 static RESERVE_BRK_ARRAY(unsigned long **, p2m_top, P2M_TOP_PER_PAGE);
183 static RESERVE_BRK_ARRAY(unsigned long, p2m_top_mfn, P2M_TOP_PER_PAGE);
184 static RESERVE_BRK_ARRAY(unsigned long *, p2m_top_mfn_p, P2M_TOP_PER_PAGE);
215 for (i = 0; i < P2M_TOP_PER_PAGE; i++) in p2m_top_init()
223 for (i = 0; i < P2M_TOP_PER_PAGE; i++) in p2m_top_mfn_init()
231 for (i = 0; i < P2M_TOP_PER_PAGE; i++) in p2m_top_mfn_p_init()