Lines Matching refs:active_cores
360 state.active_cores = state.known_cores; in cvmx_debug_init()
476 return state.active_cores & (1u << core); in cvmx_debug_active_core()
678 uint64_t active_cores; in cvmx_debug_process_packet() local
679 if (!cvmx_debug_hexToLong(&buf, &active_cores)) in cvmx_debug_process_packet()
680 active_cores = 0; in cvmx_debug_process_packet()
682 state.active_cores = active_cores & state.known_cores; in cvmx_debug_process_packet()
685 if (state.active_cores == 0) in cvmx_debug_process_packet()
686 state.active_cores = state.known_cores; in cvmx_debug_process_packet()
689 if ((state.active_cores & (1u << state.focus_core)) == 0) in cvmx_debug_process_packet()
692 state.active_cores |= 1u << state.focus_core; in cvmx_debug_process_packet()
701 cvmx_debug_putpacket_hexint("I", state.active_cores); in cvmx_debug_process_packet()