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

/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-debug-remote.c67 if(!state.step_isr &&
H A Dcvmx-debug.c362 state.step_isr = 1;
663 state.step_isr = 1; /* Step in ISR */
665 state.step_isr = 0; /* Step over ISR */
671 case 'j': /* Reply with step_isr status */
672 cvmx_debug_putpacket_hexint("J", (unsigned)state.step_isr);
1171 if(!single_stepped_exc_only || state.step_isr || core == state.focus_core || state.focus_switch)
1202 if (!state.step_isr && (cvmx_interrupt_in_isr || (context->cop0.status & 0x2ULL)) && single_stepped_exc_only)
H A Dcvmx-debug.h237 uint32_t step_isr; /**< True if we are going to step into ISR's. */ member in struct:__anon6813

Completed in 138 milliseconds