Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/iommu/
Diommu.c203 static struct iommu_domain *__iommu_domain_alloc(struct bus_type *bus,
1379 dom = __iommu_domain_alloc(dev->bus, iommu_def_domain_type); in iommu_group_get_for_dev()
1381 dom = __iommu_domain_alloc(dev->bus, IOMMU_DOMAIN_DMA); in iommu_group_get_for_dev()
1591 static struct iommu_domain *__iommu_domain_alloc(struct bus_type *bus, in __iommu_domain_alloc() function
1613 return __iommu_domain_alloc(bus, IOMMU_DOMAIN_UNMANAGED); in iommu_domain_alloc()
2213 domain = __iommu_domain_alloc(dev->bus, type); in request_default_domain_for_dev()