Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/iommu/
H A Diommu.c86 static struct iommu_domain *__iommu_domain_alloc(struct bus_type *bus,
1491 dom = __iommu_domain_alloc(bus, type); in iommu_group_alloc_default_domain()
1493 dom = __iommu_domain_alloc(bus, IOMMU_DOMAIN_DMA); in iommu_group_alloc_default_domain()
1904 static struct iommu_domain *__iommu_domain_alloc(struct bus_type *bus, in __iommu_domain_alloc() function
1926 return __iommu_domain_alloc(bus, IOMMU_DOMAIN_UNMANAGED); in iommu_domain_alloc()