Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/include/asm/
Diommu.h100 extern void *iommu_alloc_coherent(struct device *dev, struct iommu_table *tbl,
/linux-2.6.39/arch/powerpc/kernel/
Ddma-iommu.c21 return iommu_alloc_coherent(dev, get_iommu_table_base(dev), size, in dma_iommu_alloc_coherent()
Diommu.c612 void *iommu_alloc_coherent(struct device *dev, struct iommu_table *tbl, in iommu_alloc_coherent() function
/linux-2.6.39/arch/powerpc/platforms/iseries/
Diommu.c208 return iommu_alloc_coherent(NULL, &vio_iommu_table, size, dma_handle, in iseries_hv_alloc()
/linux-2.6.39/arch/powerpc/platforms/cell/
Diommu.c571 return iommu_alloc_coherent(dev, cell_get_iommu_table(dev), in dma_fixed_alloc_coherent()