Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Diommu.h313 static inline size_t iommu_map_sg(struct iommu_domain *domain, in iommu_map_sg() function
382 static inline size_t iommu_map_sg(struct iommu_domain *domain, in iommu_map_sg() function
/linux-4.4.14/drivers/iommu/
Ddma-iommu.c320 if (iommu_map_sg(domain, dma_addr, sgt.sgl, sgt.orig_nents, prot) in iommu_dma_alloc()
494 if (iommu_map_sg(domain, dma_addr, sg, nents, prot) < iova_len) in iommu_dma_map_sg()
/linux-4.4.14/drivers/gpu/drm/tegra/
Dgem.c117 err = iommu_map_sg(tegra->domain, bo->paddr, bo->sgt->sgl, in tegra_bo_iommu_map()