Searched refs:iommu_alloc (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.4/arch/powerpc/kernel/ | 
| D | iommu.c | 293 static dma_addr_t iommu_alloc(struct device *dev, struct iommu_table *tbl,  in iommu_alloc()  function816 		dma_handle = iommu_alloc(dev, tbl, vaddr, npages, direction,  in iommu_map_page()
 889 	mapping = iommu_alloc(dev, tbl, ret, nio_pages, DMA_BIDIRECTIONAL,  in iommu_alloc_coherent()
 
 | 
| /Linux-v5.4/arch/x86/kernel/ | 
| D | pci-calgary_64.c | 254 static dma_addr_t iommu_alloc(struct device *dev, struct iommu_table *tbl,  in iommu_alloc()  function404 	return iommu_alloc(dev, tbl, vaddr, npages, dir);  in calgary_map_page()
 437 	mapping = iommu_alloc(dev, tbl, ret, npages, DMA_BIDIRECTIONAL);  in calgary_alloc_coherent()
 
 |