Searched refs:iommu_alloc_coherent (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
D | dma-iommu.c | 25 return iommu_alloc_coherent(dev, get_iommu_table_base(dev), size, in dma_iommu_alloc_coherent()
|
D | iommu.c | 845 void *iommu_alloc_coherent(struct device *dev, struct iommu_table *tbl, in iommu_alloc_coherent() function
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
D | iommu.h | 263 extern void *iommu_alloc_coherent(struct device *dev, struct iommu_table *tbl,
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
D | vio.c | 492 ret = iommu_alloc_coherent(dev, get_iommu_table_base(dev), size, in vio_dma_iommu_alloc_coherent()
|