Searched refs:iommu_unmap_page (Results 1 – 8 of 8) sorted by relevance
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | iommu.h | 65 int __must_check iommu_unmap_page(struct domain *d, unsigned long gfn);
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/ |
A D | iommu.c | 282 int iommu_unmap_page(struct domain *d, unsigned long gfn) in iommu_unmap_page() function
|
/xen-4.10.0-shim-comet/xen/arch/x86/mm/ |
A D | p2m-pt.c | 705 if ( iommu_unmap_page(p2m->domain, gfn + i) ) in p2m_pt_set_entry() 714 int ret = iommu_unmap_page(p2m->domain, gfn + i); in p2m_pt_set_entry()
|
A D | p2m-ept.c | 881 if ( iommu_unmap_page(p2m->domain, gfn + i) ) in ept_set_entry() 890 ret = iommu_unmap_page(d, gfn + i); in ept_set_entry()
|
A D | p2m.c | 725 int ret = iommu_unmap_page(p2m->domain, mfn + i); in p2m_remove_page() 791 if ( iommu_unmap_page(d, mfn_x(mfn_add(mfn, i))) ) in guest_physmap_add_entry() 1257 return iommu_unmap_page(d, gfn_l); in clear_identity_p2m_entry()
|
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/ |
A D | mm.c | 1438 if ( iommu_unmap_page(hardware_domain, i) ) in memory_add()
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | grant_table.c | 1379 err = iommu_unmap_page(ld, op->frame); in unmap_common()
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | mm.c | 2659 iommu_ret = iommu_unmap_page(d, gfn_x(gfn)); in __get_page_type()
|
Completed in 28 milliseconds