Lines Matching refs:mfn
105 xen_pfn_t mfn; in dump_p2m_func() local
108 mfn = ((uint64_t*)minfo.p2m_table)[i]; in dump_p2m_func()
111 mfn = ((uint32_t*)minfo.p2m_table)[i]; in dump_p2m_func()
113 if ( mfn == ~0U ) /* Expand a 32bit guest's idea of INVALID_MFN */ in dump_p2m_func()
114 mfn = ~0UL; in dump_p2m_func()
118 printf(" pfn=0x%lx ==> mfn=0x%lx (type 0x%lx)", i, mfn, in dump_p2m_func()
160 xen_pfn_t pfn, mfn, *m2p_table; in dump_ptes_func() local
168 mfn = strtoul(argv[1], NULL, 16); in dump_ptes_func()
187 if ( rc || (mfn > max_mfn) || in dump_ptes_func()
195 pfn = m2p_table[mfn]; in dump_ptes_func()
268 xen_pfn_t mfn; in lookup_pte_func() local
276 mfn = strtoul(argv[1], NULL, 16); in lookup_pte_func()
296 mfn, domid); in lookup_pte_func()
316 if ( ((pte >> PAGE_SHIFT_X86) & __MFN_MASK_X86) == mfn) in lookup_pte_func()
318 mfn, minfo.p2m_table[i], j, pte); in lookup_pte_func()