Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
H A Ddma-iommu.c104 return iommu_map_phys(dev, get_iommu_table_base(dev), phys, size, in dma_iommu_map_phys()
H A Diommu.c854 dma_addr_t iommu_map_phys(struct device *dev, struct iommu_table *tbl, in iommu_map_phys() function
/linux/arch/powerpc/include/asm/
H A Diommu.h277 extern dma_addr_t iommu_map_phys(struct device *dev, struct iommu_table *tbl,
/linux/arch/powerpc/platforms/pseries/
H A Dvio.c529 ret = iommu_map_phys(dev, tbl, phys, size, dma_get_mask(dev), in vio_dma_iommu_map_phys()