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

/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-debug.c232 return state.focus_core == core;
359 state.focus_core = core;
646 cvmx_debug_comms[cvmx_debug_globals->comm_type]->change_core(state.focus_core, core);
647 state.focus_core = core;
657 cvmx_debug_putpacket_hexint("F", state.focus_core);
689 if ((state.active_cores & (1u << state.focus_core)) == 0)
692 state.active_cores |= 1u << state.focus_core;
1091 cvmx_debug_comms[cvmx_debug_globals->comm_type]->change_core (state->focus_core, core);
1092 state->focus_core = core;
1098 if (state->handler_cores & (1u << state->focus_core))
[all...]
H A Dcvmx-debug.h242 uint32_t focus_core; /**< Core currently under control of the debugger */ member in struct:__anon6813

Completed in 119 milliseconds