mid_mfn_p         222 arch/x86/xen/p2m.c 	unsigned long *mid_mfn_p;
mid_mfn_p         247 arch/x86/xen/p2m.c 		mid_mfn_p = p2m_top_mfn_p[topidx];
mid_mfn_p         260 arch/x86/xen/p2m.c 			BUG_ON(mid_mfn_p != p2m_mid_missing_mfn);
mid_mfn_p         266 arch/x86/xen/p2m.c 		if (mid_mfn_p == p2m_mid_missing_mfn) {
mid_mfn_p         267 arch/x86/xen/p2m.c 			mid_mfn_p = alloc_p2m_page();
mid_mfn_p         268 arch/x86/xen/p2m.c 			p2m_mid_mfn_init(mid_mfn_p, p2m_missing);
mid_mfn_p         270 arch/x86/xen/p2m.c 			p2m_top_mfn_p[topidx] = mid_mfn_p;
mid_mfn_p         273 arch/x86/xen/p2m.c 		p2m_top_mfn[topidx] = virt_to_mfn(mid_mfn_p);
mid_mfn_p         274 arch/x86/xen/p2m.c 		mid_mfn_p[mididx] = mfn;