Home
last modified time | relevance | path

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

/linux/include/linux/
H A Diommu.h672 struct iommu_domain *(*domain_alloc_identity)(struct device *dev); member
/linux/drivers/iommu/
H A Dvirtio-iommu.c1093 .domain_alloc_identity = viommu_domain_alloc_identity,
H A Diommu.c1687 if (ops->domain_alloc_identity) { in __iommu_alloc_identity_domain()
1688 domain = ops->domain_alloc_identity(dev); in __iommu_alloc_identity_domain()