Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kernel/
Damd_gart_64.c91 static unsigned long alloc_iommu(struct device *dev, int size, in alloc_iommu() function
209 iommu_page = alloc_iommu(dev, npages, align_mask); in dma_map_area()
328 unsigned long iommu_start = alloc_iommu(dev, pages, 0); in __dma_map_cont()
/Linux-v5.10/drivers/iommu/intel/
Ddmar.c64 static int alloc_iommu(struct dmar_drhd_unit *drhd);
442 ret = alloc_iommu(dmaru); in dmar_parse_one_drhd()
1046 static int alloc_iommu(struct dmar_drhd_unit *drhd) in alloc_iommu() function