Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/mm/
H A Ddma-mapping-noalias.c380 phys = iommu_iova_to_phys(iommu_get_dma_domain(dev), addr); in arm64_iommu_unmap_page()
451 domain = iommu_get_dma_domain(dev); in arm64_iommu_unmap_sg()
470 phys_addr_t phys = iommu_iova_to_phys(iommu_get_dma_domain(dev), addr); in arm64_iommu_sync_single_for_device()
478 phys_addr_t phys = iommu_iova_to_phys(iommu_get_dma_domain(dev), addr); in arm64_iommu_sync_single_for_cpu()
486 struct iommu_domain *domain = iommu_get_dma_domain(dev); in arm64_iommu_sync_sg_for_device()
506 struct iommu_domain *domain = iommu_get_dma_domain(dev); in arm64_iommu_sync_sg_for_cpu()
/OK3568_Linux_fs/kernel/drivers/iommu/
H A Ddma-iommu.c538 struct iommu_domain *domain = iommu_get_dma_domain(dev); in __iommu_dma_unmap()
560 struct iommu_domain *domain = iommu_get_dma_domain(dev); in __iommu_dma_map()
663 struct iommu_domain *domain = iommu_get_dma_domain(dev); in iommu_dma_alloc_remap()
758 phys = iommu_iova_to_phys(iommu_get_dma_domain(dev), dma_handle); in iommu_dma_sync_single_for_cpu()
770 phys = iommu_iova_to_phys(iommu_get_dma_domain(dev), dma_handle); in iommu_dma_sync_single_for_device()
911 struct iommu_domain *domain = iommu_get_dma_domain(dev); in iommu_dma_map_sg()
1222 struct iommu_domain *domain = iommu_get_dma_domain(dev); in iommu_dma_get_merge_boundary()
H A Diommu.c2247 struct iommu_domain *iommu_get_dma_domain(struct device *dev) in iommu_get_dma_domain() function
/OK3568_Linux_fs/kernel/include/linux/
H A Diommu.h465 extern struct iommu_domain *iommu_get_dma_domain(struct device *dev);
/OK3568_Linux_fs/kernel/drivers/iommu/amd/
H A Diommu.c2139 struct iommu_domain *def_domain = iommu_get_dma_domain(dev); in attach_device()