Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
H A Ddma-iommu.c122 return ppc_iommu_map_sg(dev, get_iommu_table_base(dev), sglist, nelems, in dma_iommu_map_sg()
H A Diommu.c471 int ppc_iommu_map_sg(struct device *dev, struct iommu_table *tbl, in ppc_iommu_map_sg() function
/linux/arch/powerpc/include/asm/
H A Diommu.h251 extern int ppc_iommu_map_sg(struct device *dev, struct iommu_table *tbl,
/linux/arch/powerpc/platforms/pseries/
H A Dvio.c567 ret = ppc_iommu_map_sg(dev, tbl, sglist, nelems, dma_get_mask(dev), in vio_dma_iommu_map_sg()