Home
last modified time | relevance | path

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

/arch/x86/xen/
Dp2m.c213 unsigned long *mid_mfn_p; in xen_build_mfn_list_list() local
239 mid_mfn_p = p2m_top_mfn_p[topidx]; in xen_build_mfn_list_list()
252 BUG_ON(mid_mfn_p != p2m_mid_missing_mfn); in xen_build_mfn_list_list()
258 if (mid_mfn_p == p2m_mid_missing_mfn) { in xen_build_mfn_list_list()
259 mid_mfn_p = alloc_p2m_page(); in xen_build_mfn_list_list()
260 p2m_mid_mfn_init(mid_mfn_p, p2m_missing); in xen_build_mfn_list_list()
262 p2m_top_mfn_p[topidx] = mid_mfn_p; in xen_build_mfn_list_list()
265 p2m_top_mfn[topidx] = virt_to_mfn(mid_mfn_p); in xen_build_mfn_list_list()
266 mid_mfn_p[mididx] = mfn; in xen_build_mfn_list_list()