Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Diommu.c162 static dma_addr_t iommu_alloc(struct device *dev, struct iommu_table *tbl, in iommu_alloc() function
592 dma_handle = iommu_alloc(dev, tbl, vaddr, npages, direction, in iommu_map_page()
663 mapping = iommu_alloc(dev, tbl, ret, nio_pages, DMA_BIDIRECTIONAL, in iommu_alloc_coherent()
/arch/x86/kernel/
Dpci-calgary_64.c265 static dma_addr_t iommu_alloc(struct device *dev, struct iommu_table *tbl, in iommu_alloc() function
418 return iommu_alloc(dev, tbl, vaddr, npages, dir); in calgary_map_page()
453 mapping = iommu_alloc(dev, tbl, ret, npages, DMA_BIDIRECTIONAL); in calgary_alloc_coherent()