Lines Matching refs:p2m_top_mfn
14 * 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;
198 * Build the parallel p2m_top_mfn and p2m_mid_mfn structures
217 /* Pre-initialize p2m_top_mfn to be completely missing */
218 if (p2m_top_mfn == NULL) {
225 p2m_top_mfn = alloc_p2m_page();
226 p2m_top_mfn_init(p2m_top_mfn);
251 p2m_top_mfn[topidx] = virt_to_mfn(p2m_mid_missing_mfn);
263 p2m_top_mfn[topidx] = virt_to_mfn(mid_mfn_p);
276 virt_to_mfn(p2m_top_mfn);
542 if (p2m_top_mfn && pfn < MAX_P2M_PFN) {
544 top_mfn_p = &p2m_top_mfn[topidx];