Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/amdkfd/
Dkfd_iommu.h33 int kfd_iommu_bind_process_to_device(struct kfd_process_device *pdd);
52 static inline int kfd_iommu_bind_process_to_device( in kfd_iommu_bind_process_to_device() function
Dkfd_iommu.c109 int kfd_iommu_bind_process_to_device(struct kfd_process_device *pdd) in kfd_iommu_bind_process_to_device() function
Dkfd_process.c840 err = kfd_iommu_bind_process_to_device(pdd); in kfd_bind_process_to_device()