Home
last modified time | relevance | path

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

/linux/drivers/iommu/
H A Dfsl_pamu_domain.c433 .domain_alloc = fsl_pamu_domain_alloc,
H A Diommu.c2076 else if (ops->domain_alloc && !flags) in __iommu_paging_domain_alloc_flags()
2077 domain = ops->domain_alloc(IOMMU_DOMAIN_UNMANAGED); in __iommu_paging_domain_alloc_flags()
/linux/include/linux/
H A Diommu.h229 const struct iommu_ops *owner; /* Whose domain_alloc we came from */
611 * @domain_alloc: Do not use in new drivers
673 struct iommu_domain *(*domain_alloc)(unsigned iommu_domain_type);
670 struct iommu_domain *(*domain_alloc)(unsigned iommu_domain_type); global() member