Searched refs:panicstk (Results 1 – 1 of 1) sorted by relevance
2094 uintptr_t panicstk; in stack_active() local2105 panicstk = (uintptr_t)sym.st_value; in stack_active()2107 if (t->t_sp >= panicstk && t->t_sp < panicstk + PANICSTKSIZE) in stack_active()