Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/kernel/
Ddma-iommu.c104 return iommu_map_page(dev, get_iommu_table_base(dev), page, offset, in dma_iommu_map_page()
Diommu.c842 dma_addr_t iommu_map_page(struct device *dev, struct iommu_table *tbl, in iommu_map_page() function
/linux-5.19.10/arch/powerpc/include/asm/
Diommu.h267 extern dma_addr_t iommu_map_page(struct device *dev, struct iommu_table *tbl,
/linux-5.19.10/arch/powerpc/platforms/pseries/
Dvio.c526 ret = iommu_map_page(dev, tbl, page, offset, size, dma_get_mask(dev), in vio_dma_iommu_map_page()