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

/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-debug.c340 state.known_cores |= coremask;
343 state.known_cores |= (1u << core);
360 state.active_cores = state.known_cores;
363 cvmx_debug_printf("Known cores at init: 0x%x\n", (int)state.known_cores);
682 state.active_cores = active_cores & state.known_cores;
686 state.active_cores = state.known_cores;
1107 known_cores. If this is the case we need to elect a new focus. */
1108 if ((state->known_cores & (1u << state->focus_core)) == 0)
1563 state.known_cores ^= (1u << coreid);
1578 if (state.focus_core == coreid && state.known_cores !
[all...]
H A Dcvmx-debug.h236 uint32_t known_cores; member in struct:__anon11125

Completed in 110 milliseconds