Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/iommu/
Ddma-iommu.c493 struct iommu_domain *domain = iommu_get_dma_domain(dev); in __iommu_dma_unmap()
517 struct iommu_domain *domain = iommu_get_dma_domain(dev); in __iommu_dma_unmap_swiotlb()
533 struct iommu_domain *domain = iommu_get_dma_domain(dev); in __iommu_dma_map()
561 struct iommu_domain *domain = iommu_get_dma_domain(dev); in __iommu_dma_map_swiotlb()
672 struct iommu_domain *domain = iommu_get_dma_domain(dev); in __iommu_dma_alloc_noncontiguous()
800 phys = iommu_iova_to_phys(iommu_get_dma_domain(dev), dma_handle); in iommu_dma_sync_single_for_cpu()
816 phys = iommu_iova_to_phys(iommu_get_dma_domain(dev), dma_handle); in iommu_dma_sync_single_for_device()
1006 struct iommu_domain *domain = iommu_get_dma_domain(dev); in iommu_dma_map_sg()
1306 struct iommu_domain *domain = iommu_get_dma_domain(dev); in iommu_dma_get_merge_boundary()
Diommu.c2295 struct iommu_domain *iommu_get_dma_domain(struct device *dev) in iommu_get_dma_domain() function
/Linux-v5.15/include/linux/
Diommu.h434 extern struct iommu_domain *iommu_get_dma_domain(struct device *dev);
/Linux-v5.15/drivers/iommu/amd/
Diommu.c1635 struct iommu_domain *def_domain = iommu_get_dma_domain(dev); in attach_device()