Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-debug.c707 state.step_all = 1; /* A step or continue will start all cores */ in cvmx_debug_process_packet()
709 state.step_all = 0; /* A step or continue only affects the focus core */ in cvmx_debug_process_packet()
716 cvmx_debug_putpacket_hexint("A", state.step_all); in cvmx_debug_process_packet()
1138 } while (cvmx_debug_globals->state[offsetof(cvmx_debug_state_t, step_all)/sizeof(uint32_t)] in cvmx_debug_sync_up_cores()
1262 && !state.step_all) in cvmx_debug_perform_proxy()
1269 if (command != COMMAND_NOP && state.step_all) in cvmx_debug_perform_proxy()
1276 else if (state.step_all) in cvmx_debug_perform_proxy()
H A Dcvmx-debug.h241 …uint32_t step_all; /**< True if step and continue should affect all cores. False, only the focu… member