Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/amdkfd/
Dkfd_debug.c284 if (error_reason & (KFD_EC_MASK(EC_PROCESS_RUNTIME))) { in kfd_dbg_send_exception_to_runtime()
290 error_reason &= ~KFD_EC_MASK(EC_PROCESS_RUNTIME); in kfd_dbg_send_exception_to_runtime()
1001 if (exception_code == EC_PROCESS_RUNTIME) { in kfd_dbg_trap_query_exception_info()
Dkfd_chardev.c2805 kfd_dbg_ev_raise(KFD_EC_MASK(EC_PROCESS_RUNTIME), in runtime_enable()
2832 kfd_dbg_ev_raise(KFD_EC_MASK(EC_PROCESS_RUNTIME), in runtime_disable()
/linux-6.12.1/include/uapi/linux/
Dkfd_ioctl.h965 EC_PROCESS_RUNTIME = 48, enumerator
995 #define KFD_EC_MASK_PROCESS (KFD_EC_MASK(EC_PROCESS_RUNTIME) | \