Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-debug.c361 state.focus_switch = 1; in cvmx_debug_init()
1171 if(!single_stepped_exc_only || state.step_isr || core == state.focus_core || state.focus_switch) in cvmx_debug_delay_isr_core()
1181 if (i > 600000 && state.focus_switch) in cvmx_debug_delay_isr_core()
1209 if(state.focus_switch && core == state.focus_core) in cvmx_debug_perform_proxy()
1212 state.focus_switch = 0; in cvmx_debug_perform_proxy()
1219 state.focus_switch = 1; in cvmx_debug_perform_proxy()
1246 state.focus_switch = 1; in cvmx_debug_perform_proxy()
H A Dcvmx-debug.h238 uint32_t focus_switch; /**< Focus can be switched. */ member