Searched refs:iommu_alloc (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/arch/powerpc/kernel/ |
D | iommu.c | 305 static dma_addr_t iommu_alloc(struct device *dev, struct iommu_table *tbl, in iommu_alloc() function 796 dma_handle = iommu_alloc(dev, tbl, vaddr, npages, direction, in iommu_map_page() 869 mapping = iommu_alloc(dev, tbl, ret, nio_pages, DMA_BIDIRECTIONAL, in iommu_alloc_coherent()
|
/Linux-v4.19/arch/x86/kernel/ |
D | pci-calgary_64.c | 270 static dma_addr_t iommu_alloc(struct device *dev, struct iommu_table *tbl, in iommu_alloc() function 423 return iommu_alloc(dev, tbl, vaddr, npages, dir); in calgary_map_page() 456 mapping = iommu_alloc(dev, tbl, ret, npages, DMA_BIDIRECTIONAL); in calgary_alloc_coherent()
|