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.c828 struct iommu_domain *domain = iommu_get_dma_domain(dev); in __iommu_dma_unmap()
851 struct iommu_domain *domain = iommu_get_dma_domain(dev); in __iommu_dma_map()
945 struct iommu_domain *domain = iommu_get_dma_domain(dev); in __iommu_dma_alloc_noncontiguous()
1110 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()
1170 struct iommu_domain *domain = iommu_get_dma_domain(dev); in iommu_dma_map_page()
1226 struct iommu_domain *domain = iommu_get_dma_domain(dev); in iommu_dma_unmap_page()
1379 struct iommu_domain *domain = iommu_get_dma_domain(dev); in iommu_dma_map_sg()
1729 struct iommu_domain *domain = iommu_get_dma_domain(dev); in iommu_dma_get_merge_boundary()
H A Diommu.c2172 struct iommu_domain *iommu_get_dma_domain(struct device *dev) in iommu_get_dma_domain() function
/linux/include/linux/
H A Diommu.h799 extern struct iommu_domain *iommu_get_dma_domain(struct device *dev);