Lines Matching defs:gpu_id
61 * BITS[61:46] - Encode gpu_id. To identify to which GPU the offset belongs to
77 #define KFD_MMAP_GPU_ID(gpu_id) ((((uint64_t)gpu_id) << KFD_MMAP_GPU_ID_SHIFT)\
709 #define MAKE_HANDLE(gpu_id, idr_handle) \
710 (((uint64_t)(gpu_id) << 32) + idr_handle)
831 * application will use the original gpu_id on the
1019 int kfd_process_gpuidx_from_gpuid(struct kfd_process *p, uint32_t gpu_id);
1038 uint32_t gpu_id);
1117 struct kfd_topology_device *kfd_topology_device_by_id(uint32_t gpu_id);
1118 struct kfd_node *kfd_device_by_id(uint32_t gpu_id);
1227 uint32_t gpu_id;