Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/arm64/
H A Ddbgwrap.c68 static volatile uint32_t halt_from_cpu = (uint32_t)-1; variable
118 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()