Searched refs:iommu_sva_bind_device (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/iommu/
H A Diommu-sva.c55 * iommu_sva_bind_device() - Bind a process address space to a device
70 struct iommu_sva *iommu_sva_bind_device(struct device *dev, struct mm_struct *mm) function
138 EXPORT_SYMBOL_GPL(iommu_sva_bind_device); variable
141 * iommu_sva_unbind_device() - Remove a bond created with iommu_sva_bind_device
142 * @handle: the handle returned by iommu_sva_bind_device()
/linux-master/include/linux/
H A Diommu.h1530 struct iommu_sva *iommu_sva_bind_device(struct device *dev,
1538 iommu_sva_bind_device(struct device *dev, struct mm_struct *mm) function
/linux-master/drivers/misc/uacce/
H A Duacce.c71 * uacce_fops_open() calls iommu_sva_bind_device(), which takes
114 handle = iommu_sva_bind_device(uacce->parent, current->mm);
/linux-master/drivers/dma/idxd/
H A Dcdev.c254 sva = iommu_sva_bind_device(dev, current->mm);

Completed in 625 milliseconds