Lines Matching refs:exception_status

57 		tmp &= pqn->q->properties.exception_status;  in kfd_dbg_ev_query_debug_event()
62 *event_status = pqn->q->properties.exception_status; in kfd_dbg_ev_query_debug_event()
65 pqn->q->properties.exception_status &= ~exception_clear_mask; in kfd_dbg_ev_query_debug_event()
73 & pdd->exception_status; in kfd_dbg_ev_query_debug_event()
78 *event_status = pdd->exception_status; in kfd_dbg_ev_query_debug_event()
80 pdd->exception_status &= ~exception_clear_mask; in kfd_dbg_ev_query_debug_event()
85 if (process->exception_enable_mask & process->exception_status) { in kfd_dbg_ev_query_debug_event()
86 *event_status = process->exception_status; in kfd_dbg_ev_query_debug_event()
87 process->exception_status &= ~exception_clear_mask; in kfd_dbg_ev_query_debug_event()
136 pdd->exception_status |= event_mask & KFD_EC_MASK_DEVICE; in kfd_dbg_ev_raise()
157 process->exception_status |= event_mask & KFD_EC_MASK_PROCESS; in kfd_dbg_ev_raise()
174 pqn->q->properties.exception_status |= event_mask; in kfd_dbg_ev_raise()
620 pdd->exception_status = 0; in kfd_dbg_clean_exception_status()
628 pqn->q->properties.exception_status = 0; in kfd_dbg_clean_exception_status()
631 target->exception_status = 0; in kfd_dbg_clean_exception_status()
938 if (!(queue->properties.exception_status & KFD_EC_MASK(exception_code))) { in kfd_dbg_trap_query_exception_info()
942 exception_status_ptr = &queue->properties.exception_status; in kfd_dbg_trap_query_exception_info()
961 if (!(pdd->exception_status & KFD_EC_MASK(exception_code))) { in kfd_dbg_trap_query_exception_info()
980 exception_status_ptr = &pdd->exception_status; in kfd_dbg_trap_query_exception_info()
983 if (!(target->exception_status & KFD_EC_MASK(exception_code))) { in kfd_dbg_trap_query_exception_info()
999 exception_status_ptr = &target->exception_status; in kfd_dbg_trap_query_exception_info()
1044 device_info.exception_status = pdd->exception_status; in kfd_dbg_trap_device_snapshot()
1071 pdd->exception_status &= ~exception_clear_mask; in kfd_dbg_trap_device_snapshot()
1098 found_mask |= target->exception_status; in kfd_dbg_set_enabled_debug_exception_mask()
1105 found_mask |= pqn->q->properties.exception_status; in kfd_dbg_set_enabled_debug_exception_mask()
1111 found_mask |= pdd->exception_status; in kfd_dbg_set_enabled_debug_exception_mask()