Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/base/
Diommu.c64 void iommu_domain_free(struct iommu_domain *domain) in iommu_domain_free() function
69 EXPORT_SYMBOL_GPL(iommu_domain_free);
/linux-2.6.39/include/linux/
Diommu.h55 extern void iommu_domain_free(struct iommu_domain *domain);
85 static inline void iommu_domain_free(struct iommu_domain *domain) in iommu_domain_free() function
/linux-2.6.39/virt/kvm/
Diommu.c314 iommu_domain_free(domain); in kvm_iommu_unmap_guest()