Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/nvidia/tegra-vde/
H A Diommu.c39 size = iommu_map_sgtable(vde->domain, addr, sgt, in tegra_vde_iommu_map()
/openbmc/linux/drivers/gpu/drm/msm/
H A Dmsm_iommu.c371 ret = iommu_map_sgtable(iommu->domain, iova, sgt, prot); in msm_iommu_map()
/openbmc/linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_gem.c41 ret = iommu_map_sgtable(private->domain, rk_obj->dma_addr, rk_obj->sgt, in rockchip_gem_iommu_map()
/openbmc/linux/drivers/gpu/host1x/
H A Djob.c251 err = iommu_map_sgtable(host->domain, iova_dma_addr(&host->iova, alloc), in pin_job()
/openbmc/linux/include/linux/
H A Diommu.h1113 static inline size_t iommu_map_sgtable(struct iommu_domain *domain, in iommu_map_sgtable() function
/openbmc/linux/drivers/gpu/drm/tegra/
H A Dgem.c249 bo->size = iommu_map_sgtable(tegra->domain, bo->iova, bo->sgt, prot); in tegra_bo_iommu_map()