Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/kernel/
Ddma-iommu.c45 return iommu_map_page(dev, get_iommu_table_base(dev), page, offset, in dma_iommu_map_page()
Diommu.c753 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/
Diommu.h263 extern dma_addr_t iommu_map_page(struct device *dev, struct iommu_table *tbl,
/linux-4.4.14/arch/powerpc/platforms/cell/
Diommu.c607 return iommu_map_page(dev, cell_get_iommu_table(dev), page, in dma_fixed_map_page()
/linux-4.4.14/drivers/iommu/
Damd_iommu.c1322 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()