Searched refs:panic_idle (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/sun4u/os/ |
H A D | mach_cpu_states.c | 221 * 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/sun4v/os/ |
H A D | mach_cpu_states.c | 351 * 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);
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | fastboot.c | 1369 extern void panic_idle(void); 1377 panic_idle();
|
H A D | machdep.c | 894 * 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);
|
Completed in 54 milliseconds