Searched refs:mfns (Results 1 – 3 of 3) sorted by relevance
9 * For accesses by Xen a three-level tree linked via mfns only is set up to325 unsigned long *mfns; in xen_rebuild_p2m_list() local 372 mfns = alloc_p2m_page(); in xen_rebuild_p2m_list() 373 copy_page(mfns, xen_p2m_addr + pfn); in xen_rebuild_p2m_list() 376 pfn_pte(PFN_DOWN(__pa(mfns)), PAGE_KERNEL)); in xen_rebuild_p2m_list() 382 mfns = (type == P2M_TYPE_MISSING) ? in xen_rebuild_p2m_list() 386 pfn_pte(PFN_DOWN(__pa(mfns)), PAGE_KERNEL_RO)); in xen_rebuild_p2m_list()
59 unsigned long mfns[REMAP_SIZE]; member317 xen_remap_buf.mfns[i] = pfn_to_mfn(ident_pfn_iter + i); in xen_do_set_identity_and_remap_chunk()468 BUG_ON(xen_remap_mfn != xen_remap_buf.mfns[0]); in xen_remap_memory()472 xen_update_mem_tables(pfn, xen_remap_buf.mfns[i]); in xen_remap_memory()
8 * domain's pfn and the overall machine mfns.829 * mfns turned into pfns. Search the list for any unpinned pgds and pin in xen_mm_pin_all() 2252 * point to an array of mfns, or contiguously from a single starting in xen_zap_pfn_range() 2256 unsigned long *mfns, in xen_zap_pfn_range() 2270 if (mfns) in xen_remap_exchanged_ptes() argument 2271 mfn = mfns[i]; in xen_remap_exchanged_ptes() 2296 * input, and populates mfns as output. in xen_remap_exchanged_ptes()