Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/xen/
H A Dp2m.c330 unsigned long *mfns; in xen_rebuild_p2m_list() local
377 mfns = alloc_p2m_page(); in xen_rebuild_p2m_list()
378 copy_page(mfns, xen_p2m_addr + pfn); in xen_rebuild_p2m_list()
381 pfn_pte(PFN_DOWN(__pa(mfns)), PAGE_KERNEL)); in xen_rebuild_p2m_list()
387 mfns = (type == P2M_TYPE_MISSING) ? in xen_rebuild_p2m_list()
391 pfn_pte(PFN_DOWN(__pa(mfns)), PAGE_KERNEL_RO)); in xen_rebuild_p2m_list()
H A Dsetup.c60 unsigned long mfns[REMAP_SIZE]; member
318 xen_remap_buf.mfns[i] = pfn_to_mfn(ident_pfn_iter + i); in xen_do_set_identity_and_remap_chunk()
471 BUG_ON(xen_remap_mfn != xen_remap_buf.mfns[0]); in xen_remap_memory()
475 xen_update_mem_tables(pfn, xen_remap_buf.mfns[i]); in xen_remap_memory()
H A Dmmu_pv.c2239 unsigned long *mfns, in xen_remap_exchanged_ptes() argument
2253 if (mfns) in xen_remap_exchanged_ptes()
2254 mfn = mfns[i]; in xen_remap_exchanged_ptes()