Searched refs:TOP_ENTRIES (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/xen/
H A Dmmu.c174 #define TOP_ENTRIES (MAX_DOMAIN_PAGES / P2M_ENTRIES_PER_PAGE) macro
181 static unsigned long *p2m_top[TOP_ENTRIES] __page_aligned_data =
182 { [ 0 ... TOP_ENTRIES - 1] = &p2m_missing[0] };
185 static unsigned long p2m_top_mfn[TOP_ENTRIES] __page_aligned_bss;
187 static unsigned long p2m_top_mfn_list[TOP_ENTRIES / P2M_ENTRIES_PER_PAGE]

Completed in 34 milliseconds