Lines Matching refs:iotlb_gather
2342 struct iommu_iotlb_gather *iotlb_gather) in __iommu_unmap_pages() argument
2349 ops->unmap_pages(domain, iova, pgsize, count, iotlb_gather) : in __iommu_unmap_pages()
2350 ops->unmap(domain, iova, pgsize, iotlb_gather); in __iommu_unmap_pages()
2355 struct iommu_iotlb_gather *iotlb_gather) in __iommu_unmap() argument
2392 iotlb_gather); in __iommu_unmap()
2410 struct iommu_iotlb_gather iotlb_gather; in iommu_unmap() local
2413 iommu_iotlb_gather_init(&iotlb_gather); in iommu_unmap()
2414 ret = __iommu_unmap(domain, iova, size, &iotlb_gather); in iommu_unmap()
2415 iommu_iotlb_sync(domain, &iotlb_gather); in iommu_unmap()
2423 struct iommu_iotlb_gather *iotlb_gather) in iommu_unmap_fast() argument
2425 return __iommu_unmap(domain, iova, size, iotlb_gather); in iommu_unmap_fast()