Searched refs:mfns (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/xen/ |
H A D | p2m.c | 9 * For accesses by Xen a three-level tree linked via mfns only is set up to 335 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()
|
H A D | setup.c | 58 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()
|
H A D | mmu_pv.c | 8 * domain's pfn and the overall machine mfns. 753 * mfns turned into pfns. Search the list for any unpinned pgds and pin 2182 * point to an array of mfns, or contiguously from a single starting 2186 unsigned long *mfns, in xen_remap_exchanged_ptes() 2200 if (mfns) in xen_remap_exchanged_ptes() 2201 mfn = mfns[i]; in xen_remap_exchanged_ptes() 2226 * input, and populates mfns as output. 2185 xen_remap_exchanged_ptes(unsigned long vaddr, int order, unsigned long *mfns, unsigned long first_mfn) xen_remap_exchanged_ptes() argument
|
/kernel/linux/linux-6.6/arch/x86/xen/ |
H A D | p2m.c | 9 * For accesses by Xen a three-level tree linked via mfns only is set up to 330 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 D | setup.c | 63 unsigned long mfns[REMAP_SIZE]; member 362 xen_remap_buf.mfns[i] = pfn_to_mfn(ident_pfn_iter + i); in xen_do_set_identity_and_remap_chunk() 515 BUG_ON(xen_remap_mfn != xen_remap_buf.mfns[0]); in xen_remap_memory() 519 xen_update_mem_tables(pfn, xen_remap_buf.mfns[i]); in xen_remap_memory()
|
H A D | mmu_pv.c | 8 * domain's pfn and the overall machine mfns. 773 * mfns turned into pfns. Search the list for any unpinned pgds and pin 2235 * point to an array of mfns, or contiguously from a single starting 2239 unsigned long *mfns, in xen_remap_exchanged_ptes() 2253 if (mfns) in xen_remap_exchanged_ptes() 2254 mfn = mfns[i]; in xen_remap_exchanged_ptes() 2279 * input, and populates mfns as output. 2238 xen_remap_exchanged_ptes(unsigned long vaddr, int order, unsigned long *mfns, unsigned long first_mfn) xen_remap_exchanged_ptes() argument
|
Completed in 18 milliseconds