Searched refs:mfn_to_gmfn (Results 1 – 10 of 10) sorted by relevance
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | grant_table.h | 70 (mfn_to_gmfn(d, gnttab_shared_mfn(d, t, i))) 77 (mfn_to_gmfn(d, gnttab_status_mfn(t, i)))
|
A D | mm.h | 504 #define mfn_to_gmfn(_d, mfn) \ macro
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/x86/ |
A D | iommu.c | 62 unsigned long gfn = mfn_to_gmfn(d, mfn); in arch_iommu_populate_page_table()
|
/xen-4.10.0-shim-comet/xen/include/asm-arm/ |
A D | mm.h | 352 #define mfn_to_gmfn(_d, mfn) (mfn) macro
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/ |
A D | iommu.c | 188 unsigned long gfn = mfn_to_gmfn(d, mfn); in iommu_hwdom_init()
|
/xen-4.10.0-shim-comet/xen/arch/x86/pv/ |
A D | emul-priv-op.c | 724 *val = xen_pfn_to_cr3(mfn_to_gmfn(currd, mfn_x(mfn))); in read_cr() 733 *val = compat_pfn_to_cr3(mfn_to_gmfn(currd, mfn_x(mfn))); in read_cr()
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | domctl.c | 209 info->shared_info_frame = mfn_to_gmfn(d, virt_to_mfn(d->shared_info)); in getdomaininfo()
|
A D | memory.c | 647 gfn = mfn_to_gmfn(d, mfn); in memory_exchange()
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | domain.c | 661 gfn = mfn_to_gmfn(d, mfn); in arch_domain_soft_reset()
|
A D | mm.c | 2376 gmfn = mfn_to_gmfn(owner, mfn_x(page_to_mfn(page))); in free_page_type() 2656 gfn_t gfn = _gfn(mfn_to_gmfn(d, mfn_x(page_to_mfn(page)))); in __get_page_type()
|
Completed in 22 milliseconds