Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/i386/
H A Dmp.c1626 volatile unsigned long mp_kdp_ncpus; variable
1691 atomic_incl((volatile long *)&mp_kdp_ncpus, 1); in mp_kdp_enter()
1720 while (mp_kdp_ncpus != ncpus && rdtsc64() < tsc_timeout) { in mp_kdp_enter()
1737 if (mp_kdp_ncpus != ncpus) { in mp_kdp_enter()
1755 while (mp_kdp_ncpus != ncpus && rdtsc64() < tsc_timeout) { in mp_kdp_enter()
1760 if (mp_kdp_ncpus != ncpus) { in mp_kdp_enter()
1771 (locked ? "locked" : "unlocked"), ncpus, mp_kdp_ncpus, wait_cycles, LockTimeOutTSC); in mp_kdp_enter()
1775 (locked ? "locked" : "unlocked"), ncpus, mp_kdp_ncpus, wait_cycles, LockTimeOutTSC); in mp_kdp_enter()
1793 (int)mp_kdp_ncpus, (mp_kdp_ncpus == ncpus) ? "OK" : "timed out"); in mp_kdp_enter()
1812 return mp_kdp_ncpus == ncpus; in mp_kdp_all_cpus_halted()
[all …]