Searched refs:error_reason (Results 1 – 7 of 7) sorted by relevance
259 uint64_t error_reason) in kfd_dbg_send_exception_to_runtime() argument261 if (error_reason & KFD_EC_MASK(EC_DEVICE_MEMORY_VIOLATION)) { in kfd_dbg_send_exception_to_runtime()281 error_reason &= ~KFD_EC_MASK(EC_DEVICE_MEMORY_VIOLATION); in kfd_dbg_send_exception_to_runtime()284 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()293 if (error_reason) in kfd_dbg_send_exception_to_runtime()294 return kfd_send_exception_to_runtime(p, queue_id, error_reason); in kfd_dbg_send_exception_to_runtime()
75 uint64_t error_reason);
1575 uint64_t error_reason);
178 u8 error_reason; member
702 PI_UINT32 error_reason; member
1374 u8 error_reason; member
253 __func__, ret, enc_output_info.error_reason, enc_output_info.warn_info); in wave5_vpu_enc_finish_encode()