Searched refs:mid_mfn_p (Results 1 – 1 of 1) sorted by relevance
218 unsigned long *mid_mfn_p; in xen_build_mfn_list_list() local243 mid_mfn_p = p2m_top_mfn_p[topidx]; in xen_build_mfn_list_list()256 BUG_ON(mid_mfn_p != p2m_mid_missing_mfn); in xen_build_mfn_list_list()262 if (mid_mfn_p == p2m_mid_missing_mfn) { in xen_build_mfn_list_list()263 mid_mfn_p = alloc_p2m_page(); in xen_build_mfn_list_list()264 p2m_mid_mfn_init(mid_mfn_p, p2m_missing); in xen_build_mfn_list_list()266 p2m_top_mfn_p[topidx] = mid_mfn_p; in xen_build_mfn_list_list()269 p2m_top_mfn[topidx] = virt_to_mfn(mid_mfn_p); in xen_build_mfn_list_list()270 mid_mfn_p[mididx] = mfn; in xen_build_mfn_list_list()