Home
last modified time | relevance | path

Searched refs:pfn_to_mfn (Results 1 – 7 of 7) sorted by relevance

/arch/x86/xen/
Dsuspend_pv.c35 pfn_to_mfn(xen_start_info->store_mfn); in xen_pv_post_suspend()
37 pfn_to_mfn(xen_start_info->console.domU.mfn); in xen_pv_post_suspend()
Dsetup.c264 unsigned long mfn = pfn_to_mfn(pfn); in xen_set_identity_and_release_chunk()
352 mfn = pfn_to_mfn(ident_pfn_iter); in xen_do_set_identity_and_remap_chunk()
360 xen_remap_buf.mfns[i] = pfn_to_mfn(ident_pfn_iter + i); in xen_do_set_identity_and_remap_chunk()
Denlighten_pv.c453 mfn = pfn_to_mfn(pfn); in xen_load_gdt()
490 mfn = pfn_to_mfn(pfn); in xen_load_gdt_boot()
Dpmu.c532 xp.val = pfn_to_mfn(pfn); in xen_pmu_init()
Dmmu_pv.c686 op.arg1.mfn = pfn_to_mfn(pfn); in xen_do_pin()
1048 op.arg1.mfn = pfn_to_mfn(pfn); in pin_pagetable_pfn()
1377 mfn = pfn_to_mfn(PFN_DOWN(cr3)); in __xen_write_cr3()
1590 op->arg1.mfn = pfn_to_mfn(pfn); in __pin_pagetable_pfn()
Dp2m.c723 WARN(pfn_to_mfn(pfn) != INVALID_P2M_ENTRY, "page must be ballooned"); in set_foreign_p2m_mapping()
/arch/x86/include/asm/xen/
Dpage.h129 static inline unsigned long pfn_to_mfn(unsigned long pfn) in pfn_to_mfn() function
206 return XMADDR(PFN_PHYS(pfn_to_mfn(PFN_DOWN(phys.paddr))) | offset); in phys_to_machine()
221 return pfn_to_mfn(pfn); in pfn_to_gfn()
272 #define virt_to_mfn(v) (pfn_to_mfn(virt_to_pfn(v)))