Searched defs:panic_idle (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/os/
H A Dmach_cpu_states.c221 * Once in panic_idle() they raise spl, record their location, and spin.
224 panic_idle(void) function
243 * Force the other CPUs to trap into panic_idle(), and then remove them
255 xt_some(cps, (xcfunc_t *)idle_stop_xcall, (uint64_t)&panic_idle, NULL);
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmachdep.c894 * If we're not the panic CPU, we wait in panic_idle for reboot.
897 panic_idle(void) function
915 * the panic_idle() loop above.
932 xc_priority(0, 0, 0, CPUSET2BV(xcset), (xc_func_t)panic_idle);
/illumos-gate/usr/src/uts/sun4v/os/
H A Dmach_cpu_states.c351 * Once in panic_idle() they raise spl, record their location, and spin.
354 panic_idle(void) function
371 * Force the other CPUs to trap into panic_idle(), and then remove them
383 xt_some(cps, (xcfunc_t *)idle_stop_xcall, (uint64_t)&panic_idle, NULL);

Completed in 65 milliseconds