flush_iotlb_all  3291 drivers/iommu/amd_iommu.c 	.flush_iotlb_all = amd_iommu_flush_iotlb_all,
flush_iotlb_all  2731 drivers/iommu/arm-smmu-v3.c 	.flush_iotlb_all	= arm_smmu_flush_iotlb_all,
flush_iotlb_all  1562 drivers/iommu/arm-smmu.c 	.flush_iotlb_all	= arm_smmu_flush_iotlb_all,
flush_iotlb_all   286 drivers/iommu/dma-iommu.c 	domain->ops->flush_iotlb_all(domain);
flush_iotlb_all   968 drivers/iommu/ipmmu-vmsa.c 	.flush_iotlb_all = ipmmu_flush_iotlb_all,
flush_iotlb_all   580 drivers/iommu/mtk_iommu.c 	.flush_iotlb_all = mtk_iommu_flush_iotlb_all,
flush_iotlb_all   808 drivers/iommu/omap-iommu.c 	flush_iotlb_all(obj);
flush_iotlb_all   876 drivers/iommu/omap-iommu.c 	flush_iotlb_all(obj);
flush_iotlb_all   609 drivers/iommu/qcom_iommu.c 	.flush_iotlb_all = qcom_iommu_flush_iotlb_all,
flush_iotlb_all   262 include/linux/iommu.h 	void (*flush_iotlb_all)(struct iommu_domain *domain);
flush_iotlb_all   501 include/linux/iommu.h 	if (domain->ops->flush_iotlb_all)
flush_iotlb_all   502 include/linux/iommu.h 		domain->ops->flush_iotlb_all(domain);