Home
last modified time | relevance | path

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

/f-stack/freebsd/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, in cvmx_debug_delay_isr_core() argument
1171 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() local
1202 ….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()