flush_iotlb_all
.flush_iotlb_all = amd_iommu_flush_iotlb_all,
.flush_iotlb_all = amd_iommu_flush_iotlb_all,
.flush_iotlb_all = apple_dart_flush_iotlb_all,
.flush_iotlb_all = arm_smmu_flush_iotlb_all,
.flush_iotlb_all = arm_smmu_flush_iotlb_all,
.flush_iotlb_all = qcom_iommu_flush_iotlb_all,
cookie->fq_domain->ops->flush_iotlb_all(cookie->fq_domain);
.flush_iotlb_all = intel_flush_iotlb_all,
.flush_iotlb_all = intel_flush_iotlb_all,
.flush_iotlb_all = ipmmu_flush_iotlb_all,
.flush_iotlb_all = mtk_iommu_flush_iotlb_all,
flush_iotlb_all(obj);
flush_iotlb_all(obj);
.flush_iotlb_all = riscv_iommu_iotlb_flush_all,
.flush_iotlb_all = s390_iommu_flush_iotlb_all, \
.flush_iotlb_all = sun50i_iommu_flush_iotlb_all,
.flush_iotlb_all = viommu_flush_iotlb_all,
void (*flush_iotlb_all)(struct iommu_domain *domain);
if (domain->ops->flush_iotlb_all)
domain->ops->flush_iotlb_all(domain);