Searched refs:iommu_map_page (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/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 | 756 dma_addr_t iommu_map_page(struct device *dev, struct iommu_table *tbl, in iommu_map_page() function
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | iommu.h | 166 extern dma_addr_t iommu_map_page(struct device *dev, struct iommu_table *tbl,
|
/linux-4.1.27/arch/powerpc/platforms/cell/ |
D | iommu.c | 601 return iommu_map_page(dev, cell_get_iommu_table(dev), page, in dma_fixed_map_page()
|
/linux-4.1.27/drivers/iommu/ |
D | amd_iommu.c | 1389 static int iommu_map_page(struct protection_domain *dom, in iommu_map_page() function 1496 ret = iommu_map_page(&dma_dom->domain, addr, addr, e->prot, in dma_ops_unity_map() 3363 ret = iommu_map_page(domain, iova, paddr, prot, page_size); in amd_iommu_map()
|