Home
last modified time | relevance | path

Searched refs:alloc_iommu (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/x86/kernel/
Damd_gart_64.c94 static unsigned long alloc_iommu(struct device *dev, int size, in alloc_iommu() function
224 iommu_page = alloc_iommu(dev, npages, align_mask); in dma_map_area()
338 unsigned long iommu_start = alloc_iommu(dev, pages, 0); in __dma_map_cont()
/linux-4.1.27/drivers/iommu/
Ddmar.c75 static int alloc_iommu(struct dmar_drhd_unit *drhd);
406 ret = alloc_iommu(dmaru); in dmar_parse_one_drhd()
999 static int alloc_iommu(struct dmar_drhd_unit *drhd) in alloc_iommu() function