Home
last modified time | relevance | path

Searched refs:iommu_dma_unmap_phys (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/iommu/
H A Ddma-iommu.c1253 void iommu_dma_unmap_phys(struct device *dev, dma_addr_t dma_handle, in iommu_dma_unmap_phys() function
1378 iommu_dma_unmap_phys(dev, sg_dma_address(s), in iommu_dma_unmap_sg_swiotlb()
/linux/kernel/dma/
H A Dmapping.c222 iommu_dma_unmap_phys(dev, addr, size, dir, attrs); in dma_unmap_phys()