Searched refs:single_stepped_exc_only (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-debug.c1167 static void cvmx_debug_delay_isr_core(unsigned core, uint32_t depc, int single_stepped_exc_only, argument
1171 if(!single_stepped_exc_only || state.step_isr || core == state.focus_core || state.focus_switch)
1192 int single_stepped_exc_only = cvmx_debug_single_step_exc (debug_reg); local
1202 if (!state.step_isr && (cvmx_interrupt_in_isr || (context->cop0.status & 0x2ULL)) && single_stepped_exc_only)
1231 cvmx_debug_delay_isr_core (core, context->cop0.depc, single_stepped_exc_only, state);

Completed in 120 milliseconds