Searched refs:iommu_range_alloc (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/arch/powerpc/kernel/ |
D | iommu.c | 176 static unsigned long iommu_range_alloc(struct device *dev, in iommu_range_alloc() function 316 entry = iommu_range_alloc(dev, tbl, npages, NULL, mask, align_order); in iommu_alloc() 475 entry = iommu_range_alloc(dev, tbl, npages, &handle, in ppc_iommu_map_sg()
|
/linux-4.1.27/arch/x86/kernel/ |
D | pci-calgary_64.c | 227 static unsigned long iommu_range_alloc(struct device *dev, in iommu_range_alloc() function 273 entry = iommu_range_alloc(dev, tbl, npages); in iommu_alloc() 382 entry = iommu_range_alloc(dev, tbl, npages); in calgary_map_sg()
|