Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/xen/
Dp2m.c335 unsigned long *mfns; in xen_rebuild_p2m_list() local
382 mfns = alloc_p2m_page(); in xen_rebuild_p2m_list()
383 copy_page(mfns, xen_p2m_addr + pfn); in xen_rebuild_p2m_list()
386 pfn_pte(PFN_DOWN(__pa(mfns)), PAGE_KERNEL)); in xen_rebuild_p2m_list()
392 mfns = (type == P2M_TYPE_MISSING) ? in xen_rebuild_p2m_list()
396 pfn_pte(PFN_DOWN(__pa(mfns)), PAGE_KERNEL_RO)); in xen_rebuild_p2m_list()
Dsetup.c58 unsigned long mfns[REMAP_SIZE]; member
361 xen_remap_buf.mfns[i] = pfn_to_mfn(ident_pfn_iter + i); in xen_do_set_identity_and_remap_chunk()
514 BUG_ON(xen_remap_mfn != xen_remap_buf.mfns[0]); in xen_remap_memory()
518 xen_update_mem_tables(pfn, xen_remap_buf.mfns[i]); in xen_remap_memory()
Dmmu_pv.c2186 unsigned long *mfns, in xen_remap_exchanged_ptes() argument
2200 if (mfns) in xen_remap_exchanged_ptes()
2201 mfn = mfns[i]; in xen_remap_exchanged_ptes()