Searched refs:single_stepped_exc_only (Results 1 – 1 of 1) sorted by relevance
1167 static void cvmx_debug_delay_isr_core(unsigned core, uint32_t depc, int single_stepped_exc_only, in cvmx_debug_delay_isr_core() argument1171 if(!single_stepped_exc_only || state.step_isr || core == state.focus_core || state.focus_switch) in cvmx_debug_delay_isr_core()1192 int single_stepped_exc_only = cvmx_debug_single_step_exc (debug_reg); in cvmx_debug_perform_proxy() local1202 ….step_isr && (cvmx_interrupt_in_isr || (context->cop0.status & 0x2ULL)) && single_stepped_exc_only) in cvmx_debug_perform_proxy()1231 cvmx_debug_delay_isr_core (core, context->cop0.depc, single_stepped_exc_only, state); in cvmx_debug_perform_proxy()