Searched refs:flush_iotlb_all (Results 1 - 14 of 14) sorted by relevance

/linux-master/include/linux/
H A Diommu.h611 * @flush_iotlb_all: Synchronously flush all hardware TLBs for this domain
642 void (*flush_iotlb_all)(struct iommu_domain *domain); member in struct:iommu_domain_ops
847 if (domain->ops->flush_iotlb_all)
848 domain->ops->flush_iotlb_all(domain);
/linux-master/drivers/iommu/
H A Domap-iommu.c439 * flush_iotlb_all - Clear all iommu tlb entries
442 static void flush_iotlb_all(struct omap_iommu *obj) function
796 flush_iotlb_all(obj);
864 flush_iotlb_all(obj);
H A Ds390-iommu.c797 .flush_iotlb_all = s390_iommu_flush_iotlb_all,
H A Dvirtio-iommu.c1087 .flush_iotlb_all = viommu_flush_iotlb_all,
H A Dipmmu-vmsa.c892 .flush_iotlb_all = ipmmu_flush_iotlb_all,
H A Dsun50i-iommu.c389 * At boot, we'll have a first call into .flush_iotlb_all right after
841 .flush_iotlb_all = sun50i_iommu_flush_iotlb_all,
H A Dapple-dart.c995 .flush_iotlb_all = apple_dart_flush_iotlb_all,
H A Ddma-iommu.c180 cookie->fq_domain->ops->flush_iotlb_all(cookie->fq_domain);
H A Dmtk_iommu.c1027 .flush_iotlb_all = mtk_iommu_flush_iotlb_all,
/linux-master/drivers/iommu/arm/arm-smmu/
H A Dqcom_iommu.c606 .flush_iotlb_all = qcom_iommu_flush_iotlb_all,
H A Darm-smmu.c1613 .flush_iotlb_all = arm_smmu_flush_iotlb_all,
/linux-master/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c3089 .flush_iotlb_all = arm_smmu_flush_iotlb_all,
/linux-master/drivers/iommu/intel/
H A Diommu.c4864 .flush_iotlb_all = intel_flush_iotlb_all,
/linux-master/drivers/iommu/amd/
H A Diommu.c2802 .flush_iotlb_all = amd_iommu_flush_iotlb_all,

Completed in 235 milliseconds