Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/base/
Diommu.c77 void iommu_detach_device(struct iommu_domain *domain, struct device *dev) in iommu_detach_device() function
81 EXPORT_SYMBOL_GPL(iommu_detach_device);
/linux-2.6.39/include/linux/
Diommu.h58 extern void iommu_detach_device(struct iommu_domain *domain,
95 static inline void iommu_detach_device(struct iommu_domain *domain, in iommu_detach_device() function
/linux-2.6.39/virt/kvm/
Diommu.c210 iommu_detach_device(domain, &pdev->dev); in kvm_deassign_device()