Home
last modified time | relevance | path

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

/linux/drivers/iommu/
H A Ddma-iommu.c1089 void iommu_dma_sync_single_for_cpu(struct device *dev, dma_addr_t dma_handle, in iommu_dma_sync_single_for_cpu() function
1127 iommu_dma_sync_single_for_cpu(dev, sg_dma_address(sg), in iommu_dma_sync_sg_for_cpu()
/linux/kernel/dma/
H A Dmapping.c384 iommu_dma_sync_single_for_cpu(dev, addr, size, dir); in __dma_sync_single_for_cpu()