Searched refs:iommu_range_alloc (Results 1 – 5 of 5) sorted by relevance
/arch/sparc/kernel/ |
D | iommu_common.h | 51 extern unsigned long iommu_range_alloc(struct device *dev,
|
D | iommu.c | 96 unsigned long iommu_range_alloc(struct device *dev, in iommu_range_alloc() function 248 entry = iommu_range_alloc(dev, iommu, npages, NULL); in alloc_npages() 583 entry = iommu_range_alloc(dev, iommu, npages, &handle); in dma_4u_map_sg()
|
D | pci_sun4v.c | 159 entry = iommu_range_alloc(dev, iommu, npages, NULL); in dma_4v_alloc_coherent() 257 entry = iommu_range_alloc(dev, iommu, npages, NULL); in dma_4v_map_page() 394 entry = iommu_range_alloc(dev, iommu, npages, &handle); in dma_4v_map_sg()
|
/arch/powerpc/kernel/ |
D | iommu.c | 61 static unsigned long iommu_range_alloc(struct device *dev, in iommu_range_alloc() function 174 entry = iommu_range_alloc(dev, tbl, npages, NULL, mask, align_order); in iommu_alloc() 307 entry = iommu_range_alloc(dev, tbl, npages, &handle, in iommu_map_sg()
|
/arch/x86/kernel/ |
D | pci-calgary_64.c | 225 static unsigned long iommu_range_alloc(struct device *dev, in iommu_range_alloc() function 271 entry = iommu_range_alloc(dev, tbl, npages); in iommu_alloc() 380 entry = iommu_range_alloc(dev, tbl, npages); in calgary_map_sg()
|