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

/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-debug.c341 state.core_finished &= ~coremask;
344 state.core_finished &= ~(1u << core);
1073 if ((state.core_finished & (1u<<core)) && proxy)
1261 if (oldfocus != state.focus_core && ((1u << oldfocus) & state.core_finished)
1564 state.core_finished |= (1u <<coreid);
1572 if ((cvmx_debug_core_mask () & state.core_finished) == cvmx_debug_core_mask ())
H A Dcvmx-debug.h239 uint32_t core_finished; /**< True if a core has finished and not been processed yet. */ member in struct:__anon11125

Completed in 99 milliseconds