Searched refs:cpus_to_respond (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dpmap.c4568 cpu_set cpus_to_respond = cpus_to_signal; local
4574 while (cpus_to_respond != 0) {
4578 pmap_cpuset_NMIPI(cpus_to_respond);
4581 "cpu(s) failing to respond to interrupts, pmap=%p cpus_to_respond=0x%lx",
4582 pmap, cpus_to_respond);
4586 if ((cpus_to_respond & cpu_bit) != 0) {
4590 cpus_to_respond &= ~cpu_bit;
4594 if (cpus_to_respond == 0)

Completed in 77 milliseconds