Lines Matching refs:gather
1995 static void arm_smmu_tlb_inv_page_nosync(struct iommu_iotlb_gather *gather,
2002 iommu_iotlb_gather_add_page(domain, gather, iova, granule);
2496 struct iommu_iotlb_gather *gather)
2504 return ops->unmap_pages(ops, iova, pgsize, pgcount, gather);
2516 struct iommu_iotlb_gather *gather)
2520 if (!gather->pgsize)
2523 arm_smmu_tlb_inv_range_domain(gather->start,
2524 gather->end - gather->start + 1,
2525 gather->pgsize, true, smmu_domain);