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()
649 pdd->exception_status = 0; in kfd_dbg_clean_exception_status()
657 pqn->q->properties.exception_status = 0; in kfd_dbg_clean_exception_status()
660 target->exception_status = 0; in kfd_dbg_clean_exception_status()
968 if (!(queue->properties.exception_status & KFD_EC_MASK(exception_code))) { in kfd_dbg_trap_query_exception_info()
972 exception_status_ptr = &queue->properties.exception_status; in kfd_dbg_trap_query_exception_info()
991 if (!(pdd->exception_status & KFD_EC_MASK(exception_code))) { in kfd_dbg_trap_query_exception_info()
1010 exception_status_ptr = &pdd->exception_status; in kfd_dbg_trap_query_exception_info()
1013 if (!(target->exception_status & KFD_EC_MASK(exception_code))) { in kfd_dbg_trap_query_exception_info()
1029 exception_status_ptr = &target->exception_status; in kfd_dbg_trap_query_exception_info()
1076 device_info.exception_status = pdd->exception_status; in kfd_dbg_trap_device_snapshot()
1103 pdd->exception_status &= ~exception_clear_mask; in kfd_dbg_trap_device_snapshot()
1130 found_mask |= target->exception_status; in kfd_dbg_set_enabled_debug_exception_mask()
1137 found_mask |= pqn->q->properties.exception_status; in kfd_dbg_set_enabled_debug_exception_mask()
1143 found_mask |= pdd->exception_status; in kfd_dbg_set_enabled_debug_exception_mask()