Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/amdkfd/
Dkfd_iommu.h35 int kfd_iommu_bind_process_to_device(struct kfd_process_device *pdd);
57 static inline int kfd_iommu_bind_process_to_device( in kfd_iommu_bind_process_to_device() function
Dkfd_iommu.c110 int kfd_iommu_bind_process_to_device(struct kfd_process_device *pdd) in kfd_iommu_bind_process_to_device() function
Dkfd_process.c1561 err = kfd_iommu_bind_process_to_device(pdd); in kfd_bind_process_to_device()