Searched refs:halt_from_cpu (Results 1 – 1 of 1) sorted by relevance
68 static volatile uint32_t halt_from_cpu = (uint32_t)-1; variable118 if (!os_atomic_cmpxchg(&halt_from_cpu, (uint32_t)-1, (unsigned int)curcpu, acq_rel) && in ml_dbgwrap_halt_cpu()119 (halt_from_cpu != (uint32_t)curcpu)) { in ml_dbgwrap_halt_cpu()