Searched refs:iommu_alloc_coherent (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/arch/powerpc/kernel/ |
D | dma-iommu.c | 24 return iommu_alloc_coherent(dev, get_iommu_table_base(dev), size, in dma_iommu_alloc_coherent()
|
D | dma.c | 149 return iommu_alloc_coherent(dev, iommu, size, dma_handle, in dma_nommu_alloc_coherent()
|
D | iommu.c | 832 void *iommu_alloc_coherent(struct device *dev, struct iommu_table *tbl, in iommu_alloc_coherent() function
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | iommu.h | 272 extern void *iommu_alloc_coherent(struct device *dev, struct iommu_table *tbl,
|
/Linux-v4.19/arch/powerpc/platforms/cell/ |
D | iommu.c | 578 return iommu_alloc_coherent(dev, cell_get_iommu_table(dev), in dma_fixed_alloc_coherent()
|