Symbol: flush_iotlb_all
drivers/iommu/amd/iommu.c
2660
.flush_iotlb_all = amd_iommu_flush_iotlb_all,
drivers/iommu/amd/iommu.c
2738
.flush_iotlb_all = amd_iommu_flush_iotlb_all,
drivers/iommu/apple-dart.c
1018
.flush_iotlb_all = apple_dart_flush_iotlb_all,
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c
3763
.flush_iotlb_all = arm_smmu_flush_iotlb_all,
drivers/iommu/arm/arm-smmu/arm-smmu.c
1653
.flush_iotlb_all = arm_smmu_flush_iotlb_all,
drivers/iommu/arm/arm-smmu/qcom_iommu.c
603
.flush_iotlb_all = qcom_iommu_flush_iotlb_all,
drivers/iommu/dma-iommu.c
176
cookie->fq_domain->ops->flush_iotlb_all(cookie->fq_domain);
drivers/iommu/intel/iommu.c
3891
.flush_iotlb_all = intel_flush_iotlb_all,
drivers/iommu/intel/iommu.c
3902
.flush_iotlb_all = intel_flush_iotlb_all,
drivers/iommu/ipmmu-vmsa.c
893
.flush_iotlb_all = ipmmu_flush_iotlb_all,
drivers/iommu/mtk_iommu.c
1070
.flush_iotlb_all = mtk_iommu_flush_iotlb_all,
drivers/iommu/omap-iommu.c
796
flush_iotlb_all(obj);
drivers/iommu/omap-iommu.c
864
flush_iotlb_all(obj);
drivers/iommu/riscv/iommu.c
1357
.flush_iotlb_all = riscv_iommu_iotlb_flush_all,
drivers/iommu/s390-iommu.c
1183
.flush_iotlb_all = s390_iommu_flush_iotlb_all, \
drivers/iommu/sun50i-iommu.c
857
.flush_iotlb_all = sun50i_iommu_flush_iotlb_all,
drivers/iommu/virtio-iommu.c
1106
.flush_iotlb_all = viommu_flush_iotlb_all,
include/linux/iommu.h
766
void (*flush_iotlb_all)(struct iommu_domain *domain);
include/linux/iommu.h
976
if (domain->ops->flush_iotlb_all)
include/linux/iommu.h
977
domain->ops->flush_iotlb_all(domain);