Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/xen/
Dp2m.c111 static unsigned long **p2m_top_mfn_p; variable
232 p2m_top_mfn_p = alloc_p2m_page(); in xen_build_mfn_list_list()
233 p2m_top_mfn_p_init(p2m_top_mfn_p); in xen_build_mfn_list_list()
247 mid_mfn_p = p2m_top_mfn_p[topidx]; in xen_build_mfn_list_list()
270 p2m_top_mfn_p[topidx] = mid_mfn_p; in xen_build_mfn_list_list()
555 mid_mfn = READ_ONCE(p2m_top_mfn_p[topidx]); in xen_alloc_p2m_entry()
578 p2m_top_mfn_p[topidx] = mid_mfn; in xen_alloc_p2m_entry()