Lines Matching refs:gather
405 static inline void iommu_iotlb_gather_init(struct iommu_iotlb_gather *gather) in iommu_iotlb_gather_init() argument
407 *gather = (struct iommu_iotlb_gather) { in iommu_iotlb_gather_init()
524 struct iommu_iotlb_gather *gather, in iommu_iotlb_gather_add_page() argument
534 if (gather->pgsize != size || in iommu_iotlb_gather_add_page()
535 end < gather->start || start > gather->end) { in iommu_iotlb_gather_add_page()
536 if (gather->pgsize) in iommu_iotlb_gather_add_page()
537 iommu_tlb_sync(domain, gather); in iommu_iotlb_gather_add_page()
538 gather->pgsize = size; in iommu_iotlb_gather_add_page()
541 if (gather->end < end) in iommu_iotlb_gather_add_page()
542 gather->end = end; in iommu_iotlb_gather_add_page()
544 if (gather->start > start) in iommu_iotlb_gather_add_page()
545 gather->start = start; in iommu_iotlb_gather_add_page()
897 static inline void iommu_iotlb_gather_init(struct iommu_iotlb_gather *gather) in iommu_iotlb_gather_init() argument
902 struct iommu_iotlb_gather *gather, in iommu_iotlb_gather_add_page() argument