Searched refs:iommu_alloc_coherent (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/arch/powerpc/include/asm/ ! |
D | iommu.h | 100 extern void *iommu_alloc_coherent(struct device *dev, struct iommu_table *tbl,
|
/linux-2.6.39/arch/powerpc/kernel/ ! |
D | dma-iommu.c | 21 return iommu_alloc_coherent(dev, get_iommu_table_base(dev), size, in dma_iommu_alloc_coherent()
|
D | iommu.c | 612 void *iommu_alloc_coherent(struct device *dev, struct iommu_table *tbl, in iommu_alloc_coherent() function
|
/linux-2.6.39/arch/powerpc/platforms/iseries/ ! |
D | iommu.c | 208 return iommu_alloc_coherent(NULL, &vio_iommu_table, size, dma_handle, in iseries_hv_alloc()
|
/linux-2.6.39/arch/powerpc/platforms/cell/ ! |
D | iommu.c | 571 return iommu_alloc_coherent(dev, cell_get_iommu_table(dev), in dma_fixed_alloc_coherent()
|