Lines Matching defs:panic_thread
88 * thread has previously been doing. The first thread, saved in panic_thread,
98 * The panic_thread is also allowed to make use of the special memory buffer
100 * reboots. We allow the panic_thread to store its register set and panic
157 char panic_stack[PANICSTKSIZE]; /* reserved stack for panic_thread */
158 kthread_t *panic_thread; /* first thread to call panicsys() */
160 label_t panic_regs; /* setjmp label from panic_thread */
170 ushort_t panic_schedflag; /* t_schedflag for panic_thread */
171 cpu_t *panic_bound_cpu; /* t_bound_cpu for panic_thread */
172 char panic_preempt; /* t_preempt for panic_thread */
291 panic_thread = t;