Home
last modified time | relevance | path

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

/linux/arch/x86/xen/
H A Dp2m.c20 * The p2m_mid_mfn pages are mapped by p2m_top_mfn_p.
112 static unsigned long **p2m_top_mfn_p; variable
222 p2m_top_mfn_p = alloc_p2m_page(); in xen_build_mfn_list_list()
223 p2m_top_mfn_p_init(p2m_top_mfn_p); in xen_build_mfn_list_list()
237 mid_mfn_p = p2m_top_mfn_p[topidx]; in xen_build_mfn_list_list()
260 p2m_top_mfn_p[topidx] = mid_mfn_p; in xen_build_mfn_list_list()
545 mid_mfn = READ_ONCE(p2m_top_mfn_p[topidx]); in xen_alloc_p2m_entry()
564 p2m_top_mfn_p[topidx] = mid_mfn; in xen_alloc_p2m_entry()