Home
last modified time | relevance | path

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

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