Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Diommu.h633 void iommu_aux_detach_device(struct iommu_domain *domain, struct device *dev);
1013 iommu_aux_detach_device(struct iommu_domain *domain, struct device *dev) in iommu_aux_detach_device() function
/Linux-v5.10/drivers/iommu/
Diommu.c2922 void iommu_aux_detach_device(struct iommu_domain *domain, struct device *dev) in iommu_aux_detach_device() function
2929 EXPORT_SYMBOL_GPL(iommu_aux_detach_device);
/Linux-v5.10/drivers/vfio/
Dvfio_iommu_type1.c1718 iommu_aux_detach_device(domain, iommu_device); in vfio_mdev_detach_domain()