Home
last modified time | relevance | path

Searched refs:proc_ctx_cpu_ptr (Results 1 – 4 of 4) sorted by relevance

/drivers/gpu/drm/amd/amdgpu/
Damdgpu_mes.c295 &process->proc_ctx_cpu_ptr); in amdgpu_mes_create_process()
300 memset(process->proc_ctx_cpu_ptr, 0, AMDGPU_MES_PROC_CTX_SIZE); in amdgpu_mes_create_process()
340 &process->proc_ctx_cpu_ptr); in amdgpu_mes_create_process()
409 &process->proc_ctx_cpu_ptr); in amdgpu_mes_destroy_process()
Damdgpu_mes.h141 void *proc_ctx_cpu_ptr; member
/drivers/gpu/drm/amd/amdkfd/
Dkfd_process.c1581 &pdd->proc_ctx_cpu_ptr, in kfd_create_process_device_data()
1587 memset(pdd->proc_ctx_cpu_ptr, 0, AMDGPU_MES_PROC_CTX_SIZE); in kfd_create_process_device_data()
Dkfd_priv.h794 void *proc_ctx_cpu_ptr; member