Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
H A Dkfd_iommu.h35 int kfd_iommu_bind_process_to_device(struct kfd_process_device *pdd);
54 static inline int kfd_iommu_bind_process_to_device( in kfd_iommu_bind_process_to_device() function
H A Dkfd_iommu.c111 int kfd_iommu_bind_process_to_device(struct kfd_process_device *pdd) in kfd_iommu_bind_process_to_device() function
H A Dkfd_process.c851 err = kfd_iommu_bind_process_to_device(pdd); in kfd_bind_process_to_device()