Searched refs:domain_alloc (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/iommu/
H A Diommu-sva.c286 domain = ops->domain_alloc(IOMMU_DOMAIN_SVA);
H A Dfsl_pamu_domain.c435 .domain_alloc = fsl_pamu_domain_alloc,
H A Dvirtio-iommu.c1074 .domain_alloc = viommu_domain_alloc,
H A Diommu.c1953 else if (ops->domain_alloc)
1954 domain = ops->domain_alloc(alloc_type);
1959 * Many domain_alloc ops now return ERR_PTR, make things easier for the
1960 * driver by accepting ERR_PTR from all domain_alloc ops instead of
/linux-master/include/linux/
H A Diommu.h209 const struct iommu_ops *owner; /* Whose domain_alloc we came from */
506 * @domain_alloc: allocate and return an iommu domain if success. Otherwise
511 * Unlike @domain_alloc, it is called only by IOMMUFD and
556 struct iommu_domain *(*domain_alloc)(unsigned iommu_domain_type); member in struct:iommu_ops
/linux-master/drivers/iommu/arm/arm-smmu/
H A Darm-smmu.c1599 .domain_alloc = arm_smmu_domain_alloc,
/linux-master/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c3071 .domain_alloc = arm_smmu_domain_alloc,
/linux-master/drivers/iommu/intel/
H A Diommu.c4842 .domain_alloc = intel_iommu_domain_alloc,
/linux-master/drivers/iommu/amd/
H A Diommu.c2786 .domain_alloc = amd_iommu_domain_alloc,

Completed in 199 milliseconds