Home
last modified time | relevance | path

Searched refs:new_mfn (Results 1 – 5 of 5) sorted by relevance

/xen/tools/libxc/
A Dxc_offline_page.c240 unsigned long new_mfn) in __update_pte() argument
257 pte |= (new_mfn << PAGE_SHIFT_X86) | _PAGE_PRESENT; in __update_pte()
347 unsigned long new_mfn) in update_pte() argument
350 __update_pte, new_mfn); in update_pte()
471 xen_pfn_t new_mfn, gpfn; in xc_exchange_page() local
605 1, 0, &new_mfn); in xc_exchange_page()
617 rc = update_pte(xch, domid, &minfo, &old_ptes, mmu, new_mfn); in xc_exchange_page()
644 minfo.p2m_table[gpfn] = new_mfn; in xc_exchange_page()
647 PROT_READ|PROT_WRITE, new_mfn); in xc_exchange_page()
655 mops.arg1.mfn = new_mfn; in xc_exchange_page()
A Dxc_private.c525 xen_pfn_t new_mfn; in xc_make_page_below_4G() local
535 xch, domid, 1, 0, XENMEMF_address_bits(32), &new_mfn) != 0 ) in xc_make_page_below_4G()
541 return new_mfn; in xc_make_page_below_4G()
/xen/xen/arch/x86/mm/
A Dmem_sharing.c1478 mfn_t mfn, new_mfn; in mem_sharing_fork_page() local
1538 new_mfn = page_to_mfn(page); in mem_sharing_fork_page()
1539 copy_domain_page(new_mfn, mfn); in mem_sharing_fork_page()
1540 set_gpfn_from_mfn(mfn_x(new_mfn), gfn_l); in mem_sharing_fork_page()
1658 mfn_t new_mfn, old_mfn; in copy_special_pages() local
1684 if ( mfn_eq(new_mfn, INVALID_MFN) ) in copy_special_pages()
1689 new_mfn = page_to_mfn(page); in copy_special_pages()
1690 set_gpfn_from_mfn(mfn_x(new_mfn), value); in copy_special_pages()
1698 copy_domain_page(new_mfn, old_mfn); in copy_special_pages()
1702 new_mfn = _mfn(virt_to_mfn(cd->shared_info)); in copy_special_pages()
[all …]
/xen/stubdom/grub/
A Dkexec.c115 xen_pfn_t new_mfn; in kexec_allocate() local
120 pages_mfns[i] = new_mfn = pfn_to_mfn(new_pfn); in kexec_allocate()
138 dom->pv_p2m[i] = new_mfn; in kexec_allocate()
/xen/xen/arch/x86/mm/shadow/
A Dcommon.c2487 mfn_t new_mfn, old_mfn; in sh_update_paging_modes() local
2503 new_mfn = v->arch.paging.mode->shadow.make_monitor_table(v); in sh_update_paging_modes()
2504 v->arch.hvm.monitor_table = pagetable_from_mfn(new_mfn); in sh_update_paging_modes()
2506 mfn_x(new_mfn)); in sh_update_paging_modes()
2511 make_cr3(v, new_mfn); in sh_update_paging_modes()

Completed in 28 milliseconds