Searched refs:iommu_attach_device_pasid (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/iommu/ |
| H A D | iommu-sva.c | 118 ret = iommu_attach_device_pasid(domain, dev, iommu_mm->pasid, in iommu_sva_bind_device() 133 ret = iommu_attach_device_pasid(domain, dev, iommu_mm->pasid, in iommu_sva_bind_device()
|
| H A D | iommu.c | 3424 int iommu_attach_device_pasid(struct iommu_domain *domain, in iommu_attach_device_pasid() function 3491 EXPORT_SYMBOL_GPL(iommu_attach_device_pasid);
|
| /linux-6.15/include/linux/ |
| H A D | iommu.h | 1139 int iommu_attach_device_pasid(struct iommu_domain *domain, 1463 static inline int iommu_attach_device_pasid(struct iommu_domain *domain, in iommu_attach_device_pasid() function
|
| /linux-6.15/drivers/iommu/iommufd/ |
| H A D | device.c | 454 rc = iommu_attach_device_pasid(hwpt->domain, idev->dev, pasid, in iommufd_hwpt_attach_device()
|
| /linux-6.15/drivers/dma/idxd/ |
| H A D | init.c | 672 ret = iommu_attach_device_pasid(domain, dev, pasid, NULL); in idxd_enable_system_pasid()
|