OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compute_vmid_bitmap
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_amdkfd.c
38
static const unsigned int
compute_vmid_bitmap
= 0xFF00;
variable in typeref:typename:const unsigned int
120
.
compute_vmid_bitmap
=
compute_vmid_bitmap
,
633
if ((1 << vmid) &
compute_vmid_bitmap
)
/src/sys/external/bsd/drm2/dist/drm/amd/include/
kgd_kfd_interface.h
119
unsigned int
compute_vmid_bitmap
;
member in struct:kgd2kfd_shared_resources
/src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_device.c
590
kfd->vm_info.first_vmid_kfd = ffs(gpu_resources->
compute_vmid_bitmap
)-1;
591
kfd->vm_info.last_vmid_kfd = fls(gpu_resources->
compute_vmid_bitmap
)-1;
kfd_device_queue_manager.c
1030
res.vmid_mask = dqm->dev->shared_resources.
compute_vmid_bitmap
;
Completed in 42 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025