Searched refs:sva_bind (Results 1 – 3 of 3) sorted by relevance
313 struct iommu_sva *(*sva_bind)(struct device *dev, struct mm_struct *mm, member
3073 if (!ops || !ops->sva_bind) in iommu_sva_bind_device()3092 handle = ops->sva_bind(dev, mm, drvdata); in iommu_sva_bind_device()
6212 .sva_bind = intel_svm_bind,