Searched refs:iommu_map_page (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/arch/powerpc/kernel/ |
D | dma-iommu.c | 46 return iommu_map_page(dev, get_iommu_table_base(dev), page, offset, in dma_iommu_map_page()
|
D | iommu.c | 774 dma_addr_t iommu_map_page(struct device *dev, struct iommu_table *tbl, in iommu_map_page() function
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | iommu.h | 277 extern dma_addr_t iommu_map_page(struct device *dev, struct iommu_table *tbl,
|
/Linux-v4.19/drivers/iommu/ |
D | amd_iommu.c | 1467 static int iommu_map_page(struct protection_domain *dom, in iommu_map_page() function 2349 ret = iommu_map_page(&dma_dom->domain, start, paddr, in __map_single() 2522 ret = iommu_map_page(domain, bus_addr, phys_addr, PAGE_SIZE, prot, GFP_ATOMIC); in map_sg() 3034 ret = iommu_map_page(domain, iova, paddr, page_size, prot, GFP_KERNEL); in amd_iommu_map()
|
/Linux-v4.19/arch/powerpc/platforms/cell/ |
D | iommu.c | 607 return iommu_map_page(dev, cell_get_iommu_table(dev), page, in dma_fixed_map_page()
|