Searched refs:iommu_alloc (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/arch/powerpc/kernel/ |
D | iommu.c | 161 static dma_addr_t iommu_alloc(struct device *dev, struct iommu_table *tbl, in iommu_alloc() function 578 dma_handle = iommu_alloc(dev, tbl, vaddr, npages, direction, in iommu_map_page() 649 mapping = iommu_alloc(dev, tbl, ret, nio_pages, DMA_BIDIRECTIONAL, in iommu_alloc_coherent()
|
/linux-2.6.39/arch/x86/kernel/ |
D | pci-calgary_64.c | 266 static dma_addr_t iommu_alloc(struct device *dev, struct iommu_table *tbl, in iommu_alloc() function 419 return iommu_alloc(dev, tbl, vaddr, npages, dir); in calgary_map_page() 454 mapping = iommu_alloc(dev, tbl, ret, npages, DMA_BIDIRECTIONAL); in calgary_alloc_coherent()
|