Home
last modified time | relevance | path

Searched refs:iotlb_sync (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/include/linux/
Diommu.h205 void (*iotlb_sync)(struct iommu_domain *domain); member
372 if (domain->ops->iotlb_sync) in iommu_tlb_sync()
373 domain->ops->iotlb_sync(domain); in iommu_tlb_sync()
/Linux-v4.19/drivers/iommu/
Dmtk_iommu.c499 .iotlb_sync = mtk_iommu_iotlb_sync,
Diommu.c1655 if (sync && ops->iotlb_sync) in __iommu_unmap()
1656 ops->iotlb_sync(domain); in __iommu_unmap()
Dipmmu-vmsa.c899 .iotlb_sync = ipmmu_iotlb_sync,
Dqcom_iommu.c594 .iotlb_sync = qcom_iommu_iotlb_sync,
Darm-smmu.c1566 .iotlb_sync = arm_smmu_iotlb_sync,
Darm-smmu-v3.c2003 .iotlb_sync = arm_smmu_iotlb_sync,
Damd_iommu.c3202 .iotlb_sync = amd_iommu_flush_iotlb_all,