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

/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-debug.c707 state.step_all = 1; /* A step or continue will start all cores */
709 state.step_all = 0; /* A step or continue only affects the focus core */
716 cvmx_debug_putpacket_hexint("A", state.step_all);
1138 } while (cvmx_debug_globals->state[offsetof(cvmx_debug_state_t, step_all)/sizeof(uint32_t)]
1260 that we should stop if step_all is off. */
1262 && !state.step_all)
1269 if (command != COMMAND_NOP && state.step_all)
1276 else if (state.step_all)
H A Dcvmx-debug.h241 uint32_t step_all; /**< True if step and continue should affect all cores. False, only the focus core is affected */ member in struct:__anon6813

Completed in 178 milliseconds