Searched refs:amd_iommu_bind_pasid (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_iommu.c | 124 err = amd_iommu_bind_pasid(dev->pdev, p->pasid, p->lead_thread); in kfd_iommu_bind_process_to_device() 236 err = amd_iommu_bind_pasid(kfd->pdev, p->pasid, in kfd_bind_processes_to_device()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | amd-iommu.h | 72 * amd_iommu_bind_pasid() - Bind a given task to a PASID on a device 79 extern int amd_iommu_bind_pasid(struct pci_dev *pdev, u32 pasid,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | amd-iommu.h | 55 * amd_iommu_bind_pasid() - Bind a given task to a PASID on a device 62 extern int amd_iommu_bind_pasid(struct pci_dev *pdev, u32 pasid,
|
/kernel/linux/linux-5.10/drivers/iommu/amd/ |
H A D | iommu_v2.c | 338 amd_iommu_bind_pasid */ in free_pasid_states() 340 /* Drop reference taken in amd_iommu_bind_pasid */ in free_pasid_states() 598 int amd_iommu_bind_pasid(struct pci_dev *pdev, u32 pasid, in amd_iommu_bind_pasid() function 681 EXPORT_SYMBOL(amd_iommu_bind_pasid); variable 707 * the reference taken in the amd_iommu_bind_pasid function. in amd_iommu_unbind_pasid() 721 amd_iommu_bind_pasid */ in amd_iommu_unbind_pasid() 726 /* Drop reference taken in amd_iommu_bind_pasid */ in amd_iommu_unbind_pasid()
|
/kernel/linux/linux-6.6/drivers/iommu/amd/ |
H A D | iommu_v2.c | 340 amd_iommu_bind_pasid */ in free_pasid_states() 342 /* Drop reference taken in amd_iommu_bind_pasid */ in free_pasid_states() 601 int amd_iommu_bind_pasid(struct pci_dev *pdev, u32 pasid, in amd_iommu_bind_pasid() function 686 EXPORT_SYMBOL(amd_iommu_bind_pasid); variable 712 * the reference taken in the amd_iommu_bind_pasid function. in amd_iommu_unbind_pasid() 726 amd_iommu_bind_pasid */ in amd_iommu_unbind_pasid() 731 /* Drop reference taken in amd_iommu_bind_pasid */ in amd_iommu_unbind_pasid()
|
Completed in 5 milliseconds