Home
last modified time | relevance | path

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

/linux/drivers/iommu/
H A Ddma-iommu.c826 struct iommu_domain *domain = iommu_get_dma_domain(dev); in __iommu_dma_unmap()
849 struct iommu_domain *domain = iommu_get_dma_domain(dev); in __iommu_dma_map()
943 struct iommu_domain *domain = iommu_get_dma_domain(dev); in __iommu_dma_alloc_noncontiguous()
1108 phys = iommu_iova_to_phys(iommu_get_dma_domain(dev), dma_handle); in iommu_dma_sync_single_for_cpu()
1125 phys = iommu_iova_to_phys(iommu_get_dma_domain(dev), dma_handle); in iommu_dma_sync_single_for_device()
1172 struct iommu_domain *domain = iommu_get_dma_domain(dev); in iommu_dma_map_swiotlb()
1222 struct iommu_domain *domain = iommu_get_dma_domain(dev); in iommu_dma_map_phys()
1263 phys = iommu_iova_to_phys(iommu_get_dma_domain(dev), dma_handle); in iommu_dma_unmap_phys()
1415 struct iommu_domain *domain = iommu_get_dma_domain(dev); in iommu_dma_map_sg()
1752 struct iommu_domain *domain = iommu_get_dma_domain(dev); in iommu_dma_get_merge_boundary()
[all …]
H A Diommu.c2327 struct iommu_domain *iommu_get_dma_domain(struct device *dev) in iommu_get_dma_domain() function
/linux/include/linux/
H A Diommu.h917 extern struct iommu_domain *iommu_get_dma_domain(struct device *dev);