Lines Matching refs:iotlb_gather
2528 struct iommu_iotlb_gather *iotlb_gather)
2535 ops->unmap_pages(domain, iova, pgsize, count, iotlb_gather) :
2536 ops->unmap(domain, iova, pgsize, iotlb_gather);
2541 struct iommu_iotlb_gather *iotlb_gather)
2578 iotlb_gather);
2596 struct iommu_iotlb_gather iotlb_gather;
2599 iommu_iotlb_gather_init(&iotlb_gather);
2600 ret = __iommu_unmap(domain, iova, size, &iotlb_gather);
2601 iommu_iotlb_sync(domain, &iotlb_gather);
2609 struct iommu_iotlb_gather *iotlb_gather)
2611 return __iommu_unmap(domain, iova, size, iotlb_gather);