Home
last modified time | relevance | path

Searched refs:next_iova (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/iommu/iommufd/
H A Dpages.c515 unsigned long next_iova; in batch_to_domain() local
528 next_iova = iova = start_iova = in batch_to_domain()
531 next_iova = min(last_iova + 1, in batch_to_domain()
532 next_iova + batch->npfns[cur] * PAGE_SIZE - in batch_to_domain()
538 next_iova - iova, iommu_prot); in batch_to_domain()
542 next_iova - iova, iommu_prot, in batch_to_domain()
546 iova = next_iova; in batch_to_domain()