Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Damd_gart_64.c89 static unsigned long alloc_iommu(struct device *dev, int size, in alloc_iommu() function
207 iommu_page = alloc_iommu(dev, npages, align_mask); in dma_map_area()
326 unsigned long iommu_start = alloc_iommu(dev, pages, 0); in __dma_map_cont()
/openbmc/linux/drivers/iommu/intel/
H A Ddmar.c66 static int alloc_iommu(struct dmar_drhd_unit *drhd);
441 ret = alloc_iommu(dmaru); in dmar_parse_one_drhd()
1038 static int alloc_iommu(struct dmar_drhd_unit *drhd) in alloc_iommu() function