Searched refs:known_cores (Results 1 – 2 of 2) sorted by relevance
340 state.known_cores |= coremask; in cvmx_debug_init()343 state.known_cores |= (1u << core); in cvmx_debug_init()360 state.active_cores = state.known_cores; in cvmx_debug_init()363 cvmx_debug_printf("Known cores at init: 0x%x\n", (int)state.known_cores); in cvmx_debug_init()682 state.active_cores = active_cores & state.known_cores; in cvmx_debug_process_packet()686 state.active_cores = state.known_cores; in cvmx_debug_process_packet()1108 if ((state->known_cores & (1u << state->focus_core)) == 0) in cvmx_debug_may_elect_as_focus_core()1563 state.known_cores ^= (1u << coreid); in cvmx_debug_finish()1578 if (state.focus_core == coreid && state.known_cores != 0) in cvmx_debug_finish()1586 if (state.known_cores & (1u<<newcore)) in cvmx_debug_finish()
236 uint32_t known_cores; member