Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/xen/
Dp2m.c199 unsigned long *mid_mfn_p; in xen_build_mfn_list_list() local
224 mid_mfn_p = p2m_top_mfn_p[topidx]; in xen_build_mfn_list_list()
237 BUG_ON(mid_mfn_p != p2m_mid_missing_mfn); in xen_build_mfn_list_list()
243 if (mid_mfn_p == p2m_mid_missing_mfn) { in xen_build_mfn_list_list()
244 mid_mfn_p = alloc_p2m_page(); in xen_build_mfn_list_list()
245 p2m_mid_mfn_init(mid_mfn_p, p2m_missing); in xen_build_mfn_list_list()
247 p2m_top_mfn_p[topidx] = mid_mfn_p; in xen_build_mfn_list_list()
250 p2m_top_mfn[topidx] = virt_to_mfn(mid_mfn_p); in xen_build_mfn_list_list()
251 mid_mfn_p[mididx] = mfn; in xen_build_mfn_list_list()