Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iommu/
Diommu.c111 static struct iommu_domain *__iommu_domain_alloc(struct bus_type *bus,
1064 dom = __iommu_domain_alloc(dev->bus, iommu_def_domain_type); in iommu_group_get_for_dev()
1069 dom = __iommu_domain_alloc(dev->bus, IOMMU_DOMAIN_DMA); in iommu_group_get_for_dev()
1288 static struct iommu_domain *__iommu_domain_alloc(struct bus_type *bus, in __iommu_domain_alloc() function
1310 return __iommu_domain_alloc(bus, IOMMU_DOMAIN_UNMANAGED); in iommu_domain_alloc()
1919 dm_domain = __iommu_domain_alloc(dev->bus, IOMMU_DOMAIN_IDENTITY); in iommu_request_dm_for_dev()