Searched refs:iommu_map_sg (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Diommu.h796 extern ssize_t iommu_map_sg(struct iommu_domain *domain, unsigned long iova,
1125 static inline ssize_t iommu_map_sg(struct iommu_domain *domain, function
1434 return iommu_map_sg(domain, iova, sgt->sgl, sgt->orig_nents, prot,
/linux-master/drivers/iommu/
H A Ddma-iommu.c1000 ret = iommu_map_sg(domain, iova, sgt->sgl, sgt->orig_nents, ioprot,
1394 * iommu_map_sg() will skip this segment as
1454 ret = iommu_map_sg(domain, iova, sg, nents, prot, GFP_ATOMIC);
H A Diommu.c2594 ssize_t iommu_map_sg(struct iommu_domain *domain, unsigned long iova, function
2653 EXPORT_SYMBOL_GPL(iommu_map_sg); variable

Completed in 135 milliseconds