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.c332 unsigned long *mfns; in xen_rebuild_p2m_list() local
379 mfns = alloc_p2m_page(); in xen_rebuild_p2m_list()
380 copy_page(mfns, xen_p2m_addr + pfn); in xen_rebuild_p2m_list()
383 pfn_pte(PFN_DOWN(__pa(mfns)), PAGE_KERNEL)); in xen_rebuild_p2m_list()
389 mfns = (type == P2M_TYPE_MISSING) ? in xen_rebuild_p2m_list()
393 pfn_pte(PFN_DOWN(__pa(mfns)), PAGE_KERNEL_RO)); in xen_rebuild_p2m_list()
H A Dsetup.c63 unsigned long mfns[REMAP_SIZE]; member
321 xen_remap_buf.mfns[i] = pfn_to_mfn(ident_pfn_iter + i); in xen_do_set_identity_and_remap_chunk()
472 BUG_ON(xen_remap_mfn != xen_remap_buf.mfns[0]); in xen_remap_memory()
476 xen_update_mem_tables(pfn, xen_remap_buf.mfns[i]); in xen_remap_memory()
H A Dmmu_pv.c2236 unsigned long *mfns, in xen_remap_exchanged_ptes() argument
2250 if (mfns) in xen_remap_exchanged_ptes()
2251 mfn = mfns[i]; in xen_remap_exchanged_ptes()