Searched refs:iotlb_sync (Results 1 – 15 of 15) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | iommu.h | 338 void (*iotlb_sync)(struct iommu_domain *domain, member 548 if (domain->ops->iotlb_sync) in iommu_iotlb_sync() 549 domain->ops->iotlb_sync(domain, iotlb_gather); in iommu_iotlb_sync()
|
/linux-6.3-rc2/drivers/iommu/ |
A D | tegra-gart.c | 282 .iotlb_sync = gart_iommu_sync,
|
A D | s390-iommu.c | 444 .iotlb_sync = s390_iommu_iotlb_sync,
|
A D | sprd-iommu.c | 405 .iotlb_sync = sprd_iommu_sync,
|
A D | ipmmu-vmsa.c | 855 .iotlb_sync = ipmmu_iotlb_sync,
|
A D | msm_iommu.c | 694 .iotlb_sync = NULL,
|
A D | sun50i-iommu.c | 839 .iotlb_sync = sun50i_iommu_iotlb_sync,
|
A D | virtio-iommu.c | 1035 .iotlb_sync = viommu_iotlb_sync,
|
A D | apple-dart.c | 965 .iotlb_sync = apple_dart_iotlb_sync,
|
A D | mtk_iommu.c | 944 .iotlb_sync = mtk_iommu_iotlb_sync,
|
/linux-6.3-rc2/drivers/iommu/arm/arm-smmu/ |
A D | qcom_iommu.c | 567 .iotlb_sync = qcom_iommu_iotlb_sync,
|
A D | arm-smmu.c | 1580 .iotlb_sync = arm_smmu_iotlb_sync,
|
/linux-6.3-rc2/drivers/iommu/amd/ |
A D | iommu.c | 2434 .iotlb_sync = amd_iommu_iotlb_sync,
|
/linux-6.3-rc2/drivers/iommu/arm/arm-smmu-v3/ |
A D | arm-smmu-v3.c | 2866 .iotlb_sync = arm_smmu_iotlb_sync,
|
/linux-6.3-rc2/drivers/iommu/intel/ |
A D | iommu.c | 4806 .iotlb_sync = intel_iommu_tlb_sync,
|
Completed in 56 milliseconds