Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-debug.c340 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()
H A Dcvmx-debug.h236 uint32_t known_cores; member