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

/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-debug.c360 state.active_cores = state.known_cores;
476 return state.active_cores & (1u << core);
678 uint64_t active_cores; local
679 if (!cvmx_debug_hexToLong(&buf, &active_cores))
680 active_cores = 0;
682 state.active_cores = active_cores & state.known_cores;
685 if (state.active_cores == 0)
686 state.active_cores = state.known_cores;
688 /* The focus core must be in the active_cores mas
[all...]
H A Dcvmx-debug.h243 uint32_t active_cores; /**< Bitmask of cores that should stop on a breakpoint */ member in struct:__anon6813

Completed in 163 milliseconds