Home
last modified time | relevance | path

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

/linux/arch/x86/xen/
H A Dp2m.c9 * For accesses by Xen a three-level tree linked via mfns only is set up to
325 unsigned long *mfns; in xen_p2m_elem_type()
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()
331 unsigned long *mfns; xen_rebuild_p2m_list() local
H A Dsetup.c62 unsigned long mfns[REMAP_SIZE]; member
320 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.c2284 unsigned long *mfns, in xen_remap_exchanged_ptes() argument
2298 if (mfns) in xen_remap_exchanged_ptes()
2299 mfn = mfns[i]; in xen_remap_exchanged_ptes()