Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/iommu/
Diommu.c86 static struct iommu_domain *__iommu_domain_alloc(struct bus_type *bus,
1596 dom = __iommu_domain_alloc(bus, type); in iommu_group_alloc_default_domain()
1598 dom = __iommu_domain_alloc(bus, IOMMU_DOMAIN_DMA); in iommu_group_alloc_default_domain()
1898 static struct iommu_domain *__iommu_domain_alloc(struct bus_type *bus, in __iommu_domain_alloc() function
1925 return __iommu_domain_alloc(bus, IOMMU_DOMAIN_UNMANAGED); in iommu_domain_alloc()
3153 __iommu_domain_alloc(dev->dev->bus, IOMMU_DOMAIN_BLOCKED); in __iommu_group_alloc_blocking_domain()
3159 group->blocking_domain = __iommu_domain_alloc( in __iommu_group_alloc_blocking_domain()