Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-debug-remote.c67 if(!state.step_isr && in cvmx_debug_remote_mem_wait_for_resume()
H A Dcvmx-debug.c362 state.step_isr = 1; in cvmx_debug_init()
663 state.step_isr = 1; /* Step in ISR */ in cvmx_debug_process_packet()
665 state.step_isr = 0; /* Step over ISR */ in cvmx_debug_process_packet()
672 cvmx_debug_putpacket_hexint("J", (unsigned)state.step_isr); in cvmx_debug_process_packet()
1171 if(!single_stepped_exc_only || state.step_isr || core == state.focus_core || state.focus_switch) in cvmx_debug_delay_isr_core()
1202 …if (!state.step_isr && (cvmx_interrupt_in_isr || (context->cop0.status & 0x2ULL)) && single_steppe… in cvmx_debug_perform_proxy()
H A Dcvmx-debug.h237 uint32_t step_isr; /**< True if we are going to step into ISR's. */ member