Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iommu/
H A Ddma-iommu.c725 struct iommu_domain *domain = iommu_get_dma_domain(dev); in __iommu_dma_unmap()
748 struct iommu_domain *domain = iommu_get_dma_domain(dev); in __iommu_dma_map()
838 struct iommu_domain *domain = iommu_get_dma_domain(dev); in __iommu_dma_alloc_noncontiguous()
973 phys = iommu_iova_to_phys(iommu_get_dma_domain(dev), dma_handle); in iommu_dma_sync_single_for_cpu()
989 phys = iommu_iova_to_phys(iommu_get_dma_domain(dev), dma_handle); in iommu_dma_sync_single_for_device()
1037 struct iommu_domain *domain = iommu_get_dma_domain(dev); in iommu_dma_map_page()
1090 struct iommu_domain *domain = iommu_get_dma_domain(dev); in iommu_dma_unmap_page()
1244 struct iommu_domain *domain = iommu_get_dma_domain(dev); in iommu_dma_map_sg()
1595 struct iommu_domain *domain = iommu_get_dma_domain(dev); in iommu_dma_get_merge_boundary()
H A Diommu.c2140 struct iommu_domain *iommu_get_dma_domain(struct device *dev) in iommu_get_dma_domain() function
/openbmc/linux/include/linux/
H A Diommu.h477 extern struct iommu_domain *iommu_get_dma_domain(struct device *dev);
/openbmc/linux/drivers/iommu/amd/
H A Diommu.c1808 struct iommu_domain *def_domain = iommu_get_dma_domain(dev); in attach_device()