p2m_top_mfn_p     111 arch/x86/xen/p2m.c static unsigned long **p2m_top_mfn_p;
p2m_top_mfn_p     232 arch/x86/xen/p2m.c 		p2m_top_mfn_p = alloc_p2m_page();
p2m_top_mfn_p     233 arch/x86/xen/p2m.c 		p2m_top_mfn_p_init(p2m_top_mfn_p);
p2m_top_mfn_p     247 arch/x86/xen/p2m.c 		mid_mfn_p = p2m_top_mfn_p[topidx];
p2m_top_mfn_p     270 arch/x86/xen/p2m.c 			p2m_top_mfn_p[topidx] = mid_mfn_p;
p2m_top_mfn_p     559 arch/x86/xen/p2m.c 		mid_mfn = READ_ONCE(p2m_top_mfn_p[topidx]);
p2m_top_mfn_p     582 arch/x86/xen/p2m.c 				p2m_top_mfn_p[topidx] = mid_mfn;