Searched refs:cvmx_debug_globals (Results 1 – 1 of 1) sorted by relevance
102 static cvmx_debug_globals_t *cvmx_debug_globals; variable267 if (cvmx_debug_globals) in cvmx_debug_init_globals()316 lock = &cvmx_debug_globals->lock; in cvmx_debug_init()374 cvmx_debug_globals->init_complete = 1; in cvmx_debug_init()377 while (!cvmx_debug_globals->init_complete) in cvmx_debug_init()1477 if (cvmx_debug_globals->comm_changed) 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()1553 if (!cvmx_debug_globals) return; in cvmx_debug_finish()1561 cvmx_spinlock_lock(&cvmx_debug_globals->lock); in cvmx_debug_finish()[all …]