Searched refs:iommu_map_page (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/arch/powerpc/kernel/ |
D | dma-iommu.c | 45 return iommu_map_page(dev, get_iommu_table_base(dev), page, offset, in dma_iommu_map_page()
|
D | iommu.c | 753 dma_addr_t iommu_map_page(struct device *dev, struct iommu_table *tbl, in iommu_map_page() function
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | iommu.h | 263 extern dma_addr_t iommu_map_page(struct device *dev, struct iommu_table *tbl,
|
/linux-4.4.14/arch/powerpc/platforms/cell/ |
D | iommu.c | 607 return iommu_map_page(dev, cell_get_iommu_table(dev), page, in dma_fixed_map_page()
|
/linux-4.4.14/drivers/iommu/ |
D | amd_iommu.c | 1322 static int iommu_map_page(struct protection_domain *dom, in iommu_map_page() function 3058 ret = iommu_map_page(domain, iova, paddr, prot, page_size); in amd_iommu_map()
|