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.c2065 else if (ops->domain_alloc && !flags) in __iommu_paging_domain_alloc_flags()
2066 domain = ops->domain_alloc(IOMMU_DOMAIN_UNMANAGED); in __iommu_paging_domain_alloc_flags()
/linux/include/linux/
H A Diommu.h670 struct iommu_domain *(*domain_alloc)(unsigned iommu_domain_type); member