Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dpanic.c243 cp->cpu_intr_stack = thread_stk_init(it->t_stk); in panicsys()
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h603 caddr_t thread_stk_init(caddr_t); /* init thread stack */
/illumos-gate/usr/src/uts/sun4/os/
H A Dmachdep.c73 thread_stk_init(caddr_t stk) in thread_stk_init() function
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmachdep.c815 thread_stk_init(caddr_t stk) in thread_stk_init() function
/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c455 t->t_stk = thread_stk_init(t->t_stk); in thread_create()