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
110 static unsigned long *p2m_top_mfn;
208 * Build the parallel p2m_top_mfn and p2m_mid_mfn structures
227 /* Pre-initialize p2m_top_mfn to be completely missing */
228 if (p2m_top_mfn == NULL) {
235 p2m_top_mfn = alloc_p2m_page();
236 p2m_top_mfn_init(p2m_top_mfn);
261 p2m_top_mfn[topidx] = virt_to_mfn(p2m_mid_missing_mfn);
273 p2m_top_mfn[topidx] = virt_to_mfn(mid_mfn_p);
286 virt_to_mfn(p2m_top_mfn);
552 if (p2m_top_mfn && pfn < MAX_P2M_PFN) {
554 top_mfn_p = &p2m_top_mfn[topidx];