Home
last modified time | relevance | path

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

/linux/arch/x86/xen/
H A Dp2m.c14 * p2m_top_mfn
22 * The p2m_top_mfn level is limited to 1 page, so the maximum representable
111 static unsigned long *p2m_top_mfn; variable
198 * Build the parallel p2m_top_mfn and p2m_mid_mfn structures
217 /* Pre-initialize p2m_top_mfn to be completely missing */ in xen_build_mfn_list_list()
218 if (p2m_top_mfn == NULL) { in xen_build_mfn_list_list()
225 p2m_top_mfn = alloc_p2m_page(); in xen_build_mfn_list_list()
226 p2m_top_mfn_init(p2m_top_mfn); in xen_build_mfn_list_list()
251 p2m_top_mfn[topidx] = virt_to_mfn(p2m_mid_missing_mfn); in xen_build_mfn_list_list()
263 p2m_top_mfn[topid in xen_build_mfn_list_list()
[all...]