Home
last modified time | relevance | path

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

/arch/x86/include/asm/xen/
Dpage.h102 static inline unsigned long pfn_to_mfn(unsigned long pfn) in pfn_to_mfn() function
182 return XMADDR(PFN_PHYS(pfn_to_mfn(PFN_DOWN(phys.paddr))) | offset); in phys_to_machine()
197 return pfn_to_mfn(pfn); in pfn_to_gfn()
248 #define virt_to_mfn(v) (pfn_to_mfn(virt_to_pfn(v)))
/arch/x86/xen/
Dsuspend.c60 pfn_to_mfn(xen_start_info->store_mfn); in xen_pv_post_suspend()
62 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()
354 mfn = pfn_to_mfn(ident_pfn_iter); in xen_do_set_identity_and_remap_chunk()
362 xen_remap_buf.mfns[i] = pfn_to_mfn(ident_pfn_iter + i); in xen_do_set_identity_and_remap_chunk()
Dpmu.c531 xp.val = pfn_to_mfn(pfn); in xen_pmu_init()
Dmmu.c734 op.arg1.mfn = pfn_to_mfn(pfn); in xen_do_pin()
1102 op.arg1.mfn = pfn_to_mfn(pfn); in pin_pagetable_pfn()
1425 mfn = pfn_to_mfn(PFN_DOWN(cr3)); in __xen_write_cr3()
1650 op->arg1.mfn = pfn_to_mfn(pfn); in __pin_pagetable_pfn()
Denlighten.c633 mfn = pfn_to_mfn(pfn); in xen_load_gdt()
670 mfn = pfn_to_mfn(pfn); in xen_load_gdt_boot()
Dp2m.c743 WARN(pfn_to_mfn(pfn) != INVALID_P2M_ENTRY, "page must be ballooned"); in set_foreign_p2m_mapping()