Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/i386/
H A Dmp.c1619 volatile unsigned long mp_kdp_ncpus; variable
1683 atomic_incl((volatile long *)&mp_kdp_ncpus, 1); in mp_kdp_enter()
1712 while (mp_kdp_ncpus != ncpus && rdtsc64() < tsc_timeout) { in mp_kdp_enter()
1729 if (mp_kdp_ncpus != ncpus) { in mp_kdp_enter()
1747 while (mp_kdp_ncpus != ncpus && rdtsc64() < tsc_timeout) { in mp_kdp_enter()
1752 if (mp_kdp_ncpus != ncpus) { in mp_kdp_enter()
1763 (locked ? "locked" : "unlocked"), ncpus, mp_kdp_ncpus, wait_cycles, LockTimeOutTSC); in mp_kdp_enter()
1767 (locked ? "locked" : "unlocked"), ncpus, mp_kdp_ncpus, wait_cycles, LockTimeOutTSC); in mp_kdp_enter()
1785 (int)mp_kdp_ncpus, (mp_kdp_ncpus == ncpus) ? "OK" : "timed out"); in mp_kdp_enter()
1804 return mp_kdp_ncpus == ncpus; in mp_kdp_all_cpus_halted()
[all …]