Searched refs:domain_destroy (Results 1 – 8 of 8) sorted by relevance
167 if (likely(domain->ops->domain_destroy != NULL)) in iommu_domain_free()168 domain->ops->domain_destroy(domain); in iommu_domain_free()
306 .domain_destroy = gart_iommu_domain_destroy,
674 .domain_destroy = msm_iommu_domain_destroy,
851 .domain_destroy = smmu_iommu_domain_destroy,
1200 .domain_destroy = omap_iommu_domain_destroy,
3293 .domain_destroy = amd_iommu_domain_destroy,
4187 .domain_destroy = intel_iommu_domain_destroy,
66 void (*domain_destroy)(struct iommu_domain *domain); member