Home
last modified time | relevance | path

Searched refs:domain_destroy (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/drivers/iommu/
Diommu.c167 if (likely(domain->ops->domain_destroy != NULL)) in iommu_domain_free()
168 domain->ops->domain_destroy(domain); in iommu_domain_free()
Dtegra-gart.c306 .domain_destroy = gart_iommu_domain_destroy,
Dmsm_iommu.c674 .domain_destroy = msm_iommu_domain_destroy,
Dtegra-smmu.c851 .domain_destroy = smmu_iommu_domain_destroy,
Domap-iommu.c1200 .domain_destroy = omap_iommu_domain_destroy,
Damd_iommu.c3293 .domain_destroy = amd_iommu_domain_destroy,
Dintel-iommu.c4187 .domain_destroy = intel_iommu_domain_destroy,
/linux-3.4.99/include/linux/
Diommu.h66 void (*domain_destroy)(struct iommu_domain *domain); member