Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Diommu.h100 extern void *iommu_alloc_coherent(struct device *dev, struct iommu_table *tbl,
/arch/powerpc/kernel/
Ddma-iommu.c23 return iommu_alloc_coherent(dev, get_iommu_table_base(dev), size, in dma_iommu_alloc_coherent()
Diommu.c626 void *iommu_alloc_coherent(struct device *dev, struct iommu_table *tbl, in iommu_alloc_coherent() function
/arch/powerpc/platforms/cell/
Diommu.c571 return iommu_alloc_coherent(dev, cell_get_iommu_table(dev), in dma_fixed_alloc_coherent()