Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/kernel/
Ddma-iommu.c25 return iommu_alloc_coherent(dev, get_iommu_table_base(dev), size, in dma_iommu_alloc_coherent()
Diommu.c845 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/
Diommu.h263 extern void *iommu_alloc_coherent(struct device *dev, struct iommu_table *tbl,
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
Dvio.c492 ret = iommu_alloc_coherent(dev, get_iommu_table_base(dev), size, in vio_dma_iommu_alloc_coherent()