Searched refs:flush_iotlb_all (Results 1 – 13 of 13) sorted by relevance
/Linux-v6.6/include/linux/ |
D | iommu.h | 348 void (*flush_iotlb_all)(struct iommu_domain *domain); member 546 if (domain->ops->flush_iotlb_all) in iommu_flush_iotlb_all() 547 domain->ops->flush_iotlb_all(domain); in iommu_flush_iotlb_all()
|
/Linux-v6.6/drivers/iommu/ |
D | s390-iommu.c | 443 .flush_iotlb_all = s390_iommu_flush_iotlb_all,
|
D | omap-iommu.c | 442 static void flush_iotlb_all(struct omap_iommu *obj) in flush_iotlb_all() function 796 flush_iotlb_all(obj); in iopgtable_clear_entry_all() 864 flush_iotlb_all(obj); in omap_iommu_attach()
|
D | ipmmu-vmsa.c | 864 .flush_iotlb_all = ipmmu_flush_iotlb_all,
|
D | sun50i-iommu.c | 837 .flush_iotlb_all = sun50i_iommu_flush_iotlb_all,
|
D | apple-dart.c | 963 .flush_iotlb_all = apple_dart_flush_iotlb_all,
|
D | dma-iommu.c | 151 cookie->fq_domain->ops->flush_iotlb_all(cookie->fq_domain); in fq_flush_iotlb()
|
D | mtk_iommu.c | 1010 .flush_iotlb_all = mtk_iommu_flush_iotlb_all,
|
/Linux-v6.6/drivers/iommu/arm/arm-smmu/ |
D | qcom_iommu.c | 578 .flush_iotlb_all = qcom_iommu_flush_iotlb_all,
|
D | arm-smmu.c | 1578 .flush_iotlb_all = arm_smmu_flush_iotlb_all,
|
/Linux-v6.6/drivers/iommu/amd/ |
D | iommu.c | 2481 .flush_iotlb_all = amd_iommu_flush_iotlb_all,
|
/Linux-v6.6/drivers/iommu/arm/arm-smmu-v3/ |
D | arm-smmu-v3.c | 2881 .flush_iotlb_all = arm_smmu_flush_iotlb_all,
|
/Linux-v6.6/drivers/iommu/intel/ |
D | iommu.c | 4814 .flush_iotlb_all = intel_flush_iotlb_all,
|