Lines Matching refs:iotlb_gather
2516 struct iommu_iotlb_gather *iotlb_gather) in __iommu_unmap_pages() argument
2523 ops->unmap_pages(domain, iova, pgsize, count, iotlb_gather) : in __iommu_unmap_pages()
2524 ops->unmap(domain, iova, pgsize, iotlb_gather); in __iommu_unmap_pages()
2529 struct iommu_iotlb_gather *iotlb_gather) in __iommu_unmap() argument
2566 iotlb_gather); in __iommu_unmap()
2584 struct iommu_iotlb_gather iotlb_gather; in iommu_unmap() local
2587 iommu_iotlb_gather_init(&iotlb_gather); in iommu_unmap()
2588 ret = __iommu_unmap(domain, iova, size, &iotlb_gather); in iommu_unmap()
2589 iommu_iotlb_sync(domain, &iotlb_gather); in iommu_unmap()
2597 struct iommu_iotlb_gather *iotlb_gather) in iommu_unmap_fast() argument
2599 return __iommu_unmap(domain, iova, size, iotlb_gather); in iommu_unmap_fast()