Home
last modified time | relevance | path

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

/linux/drivers/iommu/
H A Ddma-iommu.c822 unmapped = iommu_unmap_fast(domain, dma_addr, size, &iotlb_gather); in __iommu_dma_unmap()
2042 unmapped = iommu_unmap_fast(domain, addr, size, &iotlb_gather); in __iommu_dma_iova_unlink()
H A Diommu.c2638 * iommu_unmap_fast() - Remove mappings from a range of IOVA without IOTLB sync
2644 * iommu_unmap_fast() will remove a translation created by iommu_map().
2650 * Basically iommu_unmap_fast() is the same as iommu_unmap() but for callers
2656 size_t iommu_unmap_fast(struct iommu_domain *domain, in iommu_unmap_fast() function
2662 EXPORT_SYMBOL_GPL(iommu_unmap_fast);
/linux/drivers/vfio/
H A Dvfio_iommu_type1.c1010 unmapped = iommu_unmap_fast(domain->domain, *iova, len, in unmap_unpin_fast()