Searched refs:PANICSTKSIZE (Results 1 – 5 of 5) sorted by relevance
39 #define PANICSTKSIZE 16384 macro41 #define PANICSTKSIZE 8192
139 addq $PANICSTKSIZE, %rsp244 add $PANICSTKSIZE, %esp
157 char panic_stack[PANICSTKSIZE]; /* reserved stack for panic_thread */
3327 addq $PANICSTKSIZE, %rsp3466 addl $PANICSTKSIZE, %esp / %esp += PANICSTKSIZE
2106 if (t->t_sp >= panicstk && t->t_sp < panicstk + PANICSTKSIZE) in stack_active()