Searched refs:iotlb_flush (Results 1 – 6 of 6) sorted by relevance
/xen/xen/drivers/passthrough/ |
A D | iommu.c | 392 if ( !is_iommu_enabled(d) || !hd->platform_ops->iotlb_flush || in iommu_iotlb_flush() 399 rc = iommu_call(hd->platform_ops, iotlb_flush, d, dfn, page_count, in iommu_iotlb_flush()
|
/xen/xen/include/xen/ |
A D | iommu.h | 285 int __must_check (*iotlb_flush)(struct domain *d, dfn_t dfn, member
|
/xen/xen/drivers/passthrough/amd/ |
A D | pci_amd_iommu.c | 628 .iotlb_flush = amd_iommu_flush_iotlb_pages,
|
/xen/xen/drivers/passthrough/arm/ |
A D | ipmmu-vmsa.c | 1304 .iotlb_flush = ipmmu_iotlb_flush,
|
A D | smmu.c | 2740 .iotlb_flush = arm_smmu_iotlb_flush,
|
/xen/xen/drivers/passthrough/vtd/ |
A D | iommu.c | 2767 .iotlb_flush = iommu_flush_iotlb_pages,
|
Completed in 28 milliseconds