Lines Matching refs:exception_status

58 		tmp &= pqn->q->properties.exception_status;  in kfd_dbg_ev_query_debug_event()
63 *event_status = pqn->q->properties.exception_status; in kfd_dbg_ev_query_debug_event()
66 pqn->q->properties.exception_status &= ~exception_clear_mask; in kfd_dbg_ev_query_debug_event()
74 & pdd->exception_status; in kfd_dbg_ev_query_debug_event()
79 *event_status = pdd->exception_status; in kfd_dbg_ev_query_debug_event()
81 pdd->exception_status &= ~exception_clear_mask; in kfd_dbg_ev_query_debug_event()
86 if (process->exception_enable_mask & process->exception_status) { in kfd_dbg_ev_query_debug_event()
87 *event_status = process->exception_status; in kfd_dbg_ev_query_debug_event()
88 process->exception_status &= ~exception_clear_mask; in kfd_dbg_ev_query_debug_event()
138 pdd->exception_status |= event_mask & KFD_EC_MASK_DEVICE; in kfd_dbg_ev_raise()
159 process->exception_status |= event_mask & KFD_EC_MASK_PROCESS; in kfd_dbg_ev_raise()
176 pqn->q->properties.exception_status |= event_mask; in kfd_dbg_ev_raise()
669 pdd->exception_status = 0; in kfd_dbg_clean_exception_status()
677 pqn->q->properties.exception_status = 0; in kfd_dbg_clean_exception_status()
680 target->exception_status = 0; in kfd_dbg_clean_exception_status()
988 if (!(queue->properties.exception_status & KFD_EC_MASK(exception_code))) { in kfd_dbg_trap_query_exception_info()
992 exception_status_ptr = &queue->properties.exception_status; in kfd_dbg_trap_query_exception_info()
1011 if (!(pdd->exception_status & KFD_EC_MASK(exception_code))) { in kfd_dbg_trap_query_exception_info()
1030 exception_status_ptr = &pdd->exception_status; in kfd_dbg_trap_query_exception_info()
1033 if (!(target->exception_status & KFD_EC_MASK(exception_code))) { in kfd_dbg_trap_query_exception_info()
1049 exception_status_ptr = &target->exception_status; in kfd_dbg_trap_query_exception_info()
1100 device_info.exception_status = pdd->exception_status; in kfd_dbg_trap_device_snapshot()
1128 pdd->exception_status &= ~exception_clear_mask; in kfd_dbg_trap_device_snapshot()
1155 found_mask |= target->exception_status; in kfd_dbg_set_enabled_debug_exception_mask()
1162 found_mask |= pqn->q->properties.exception_status; in kfd_dbg_set_enabled_debug_exception_mask()
1168 found_mask |= pdd->exception_status; in kfd_dbg_set_enabled_debug_exception_mask()