Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/kernel/
Ddma-iommu.c24 return iommu_alloc_coherent(dev, get_iommu_table_base(dev), size, in dma_iommu_alloc_coherent()
Ddma.c149 return iommu_alloc_coherent(dev, iommu, size, dma_handle, in dma_nommu_alloc_coherent()
Diommu.c832 void *iommu_alloc_coherent(struct device *dev, struct iommu_table *tbl, in iommu_alloc_coherent() function
/Linux-v4.19/arch/powerpc/include/asm/
Diommu.h272 extern void *iommu_alloc_coherent(struct device *dev, struct iommu_table *tbl,
/Linux-v4.19/arch/powerpc/platforms/cell/
Diommu.c578 return iommu_alloc_coherent(dev, cell_get_iommu_table(dev), in dma_fixed_alloc_coherent()