Searched refs:handler_cores (Results 1 – 2 of 2) sorted by relevance
640 else if (state.handler_cores & (1u << core)) in cvmx_debug_process_packet()1098 if (state->handler_cores & (1u << state->focus_core)) in cvmx_debug_may_elect_as_focus_core()1139 … && cvmx_debug_globals->state[offsetof(cvmx_debug_state_t, handler_cores)/sizeof(uint32_t)] != 0); in cvmx_debug_sync_up_cores()1242 state.handler_cores |= (1u << core); in cvmx_debug_perform_proxy()1286 cvmx_coremask_barrier_sync(state.handler_cores); in cvmx_debug_perform_proxy()1298 state.handler_cores ^= (1u << core); in cvmx_debug_perform_proxy()
244 uint32_t handler_cores; /**< Bitmask of cores currently running the exception handler */ member