Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/xen/
Dp2m.c222 unsigned long *mid_mfn_p; in xen_build_mfn_list_list() local
247 mid_mfn_p = p2m_top_mfn_p[topidx]; in xen_build_mfn_list_list()
260 BUG_ON(mid_mfn_p != p2m_mid_missing_mfn); in xen_build_mfn_list_list()
266 if (mid_mfn_p == p2m_mid_missing_mfn) { in xen_build_mfn_list_list()
267 mid_mfn_p = alloc_p2m_page(); in xen_build_mfn_list_list()
268 p2m_mid_mfn_init(mid_mfn_p, p2m_missing); in xen_build_mfn_list_list()
270 p2m_top_mfn_p[topidx] = mid_mfn_p; in xen_build_mfn_list_list()
273 p2m_top_mfn[topidx] = virt_to_mfn(mid_mfn_p); in xen_build_mfn_list_list()
274 mid_mfn_p[mididx] = mfn; in xen_build_mfn_list_list()