Searched refs:comm_changed (Results 1 – 2 of 2) sorted by relevance
1281 if (command == COMMAND_NOP && cvmx_debug_globals->comm_changed) in cvmx_debug_perform_proxy()1477 if (cvmx_debug_globals->comm_changed) in __cvmx_debug_handler_stage3()1479 cvmx_debug_printf("Communication changed: %d\n", (int)cvmx_debug_globals->comm_changed); in __cvmx_debug_handler_stage3()1480 if (cvmx_debug_globals->comm_changed > COMM_SIZE) in __cvmx_debug_handler_stage3()1482 …communication spinning: %lld > %d.\n", (long long)cvmx_debug_globals->comm_changed, (int)(COMM_SIZ… in __cvmx_debug_handler_stage3()1489 cvmx_debug_globals->comm_type = cvmx_debug_globals->comm_changed - 1; in __cvmx_debug_handler_stage3()1490 cvmx_debug_globals->comm_changed = 0; in __cvmx_debug_handler_stage3()
254 volatile uint64_t comm_changed; /* cvmx_debug_comm_type_t+1 when someone wants to change it. */ member