Home
last modified time | relevance | path

Searched refs:iommu_alloc (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/powerpc/kernel/
Diommu.c306 static dma_addr_t iommu_alloc(struct device *dev, struct iommu_table *tbl, in iommu_alloc() function
778 dma_handle = iommu_alloc(dev, tbl, vaddr, npages, direction, in iommu_map_page()
850 mapping = iommu_alloc(dev, tbl, ret, nio_pages, DMA_BIDIRECTIONAL, in iommu_alloc_coherent()
/linux-4.1.27/arch/x86/kernel/
Dpci-calgary_64.c267 static dma_addr_t iommu_alloc(struct device *dev, struct iommu_table *tbl, in iommu_alloc() function
420 return iommu_alloc(dev, tbl, vaddr, npages, dir); in calgary_map_page()
455 mapping = iommu_alloc(dev, tbl, ret, npages, DMA_BIDIRECTIONAL); in calgary_alloc_coherent()