Home
last modified time | relevance | path

Searched refs:thread_stk_init (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/os/
H A Dpanic.c243 cp->cpu_intr_stack = thread_stk_init(it->t_stk); in panicsys()
/titanic_41/usr/src/uts/common/sys/
H A Dthread.h589 caddr_t thread_stk_init(caddr_t); /* init thread stack */
/titanic_41/usr/src/uts/sun4/os/
H A Dmachdep.c72 thread_stk_init(caddr_t stk) in thread_stk_init() function
/titanic_41/usr/src/uts/i86pc/os/
H A Dmachdep.c804 thread_stk_init(caddr_t stk) in thread_stk_init() function
/titanic_41/usr/src/uts/common/disp/
H A Dthread.c457 t->t_stk = thread_stk_init(t->t_stk); in thread_create()