Searched refs:t_stk (Results 1 - 25 of 26) sorted by relevance

12

/illumos-gate/usr/src/uts/common/disp/
H A Dthread_intr.c88 tp->t_stk -= STACK_ALIGN;
89 *(tp->t_stk) = 0; /* terminate intr thread stack */
H A Dthread.c382 t->t_stk = stk + stksize;
388 t->t_stk = stk + sizeof (kthread_t);
400 * Initialize t_stk to the kernel stack pointer to use
404 t->t_stk = stk + stksize;
407 t->t_stk = stk; /* 3b2-like */
457 t->t_stk = thread_stk_init(t->t_stk);
766 t->t_stk = NULL;
1402 tp->t_stk -= STACK_ALIGN;
1403 *(tp->t_stk)
2098 stkinfo_percent(caddr_t t_stk, caddr_t t_stkbase, caddr_t sp) argument
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dthread.c679 stk_compute_percent(caddr_t t_stk, caddr_t t_stkbase, caddr_t sp) argument
684 if (t_stk > t_stkbase) {
686 if (sp > t_stk) {
692 percent = t_stk - sp + 1;
693 s = t_stk - t_stkbase + 1;
696 if (sp < t_stk) {
702 percent = sp - t_stk + 1;
703 s = t_stkbase - t_stk + 1;
851 if (t.t_stk > t.t_stkbase) {
854 end = t.t_stk;
[all...]
H A Dfindstack_subr.c135 caddr_t t_stk; member in struct:mdb_findstack_kthread
173 if (thr.t_stk < thr.t_stkbase) {
183 ktop = (uintptr_t)thr.t_stk;
H A Dleaky_subr.c285 uintptr_t stk = (uintptr_t)t->t_stk;
301 * There is always gunk hanging out between t_stk and the page
/illumos-gate/usr/src/uts/sparc/os/
H A Darchdep.c91 stacktop = (struct frame *)curthread->t_stk;
122 stacktop = (struct frame *)curthread->t_stk;
301 stacktop = (struct frame *)curthread->t_stk;
318 stacktop = (struct frame *)curthread->t_stk;
H A Dsundep.c162 sp = t->t_stk;
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Ddtrace_isa.c284 stacktop = (struct frame *)curthread->t_stk;
311 stacktop = (struct frame *)curthread->t_stk;
713 stacktop = (struct frame *)curthread->t_stk;
723 stacktop = (struct frame *)curthread->t_stk;
/illumos-gate/usr/src/uts/intel/dtrace/
H A Ddtrace_isa.c56 stacktop = (struct frame *)curthread->t_stk;
73 stacktop = (struct frame *)curthread->t_stk;
516 stacktop = (struct frame *)curthread->t_stk;
531 stacktop = (struct frame *)curthread->t_stk;
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxen_mmu.c262 uint_t on_trap_ready = (t0.t_stk != NULL);
335 uint_t on_trap_ready = (t0.t_stk != NULL);
H A Dmp_xen.c380 * Note that resume unconditionally puts t->t_stk + sizeof (regs)
384 * sizeof (struct regs) off t_stk.
392 vgc.kernel_sp = (ulong_t)tp->t_stk;
/illumos-gate/usr/src/uts/sun4/os/
H A Dmp_startup.c129 sp = tp->t_stk;
571 sp = tp->t_stk;
H A Dmlsetup.c147 t0.t_stk = (caddr_t)rp - REGOFF;
225 mpcb->mpcb_pa = va_to_pa(t0.t_stk);
/illumos-gate/usr/src/uts/common/os/
H A Dpanic.c243 cp->cpu_intr_stack = thread_stk_init(it->t_stk);
H A Dlwp.c269 t->t_stk = lwp_stk_init(lwp, t->t_stk);
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Dsundep.c266 sp = t->t_stk;
267 ASSERT(((uintptr_t)t->t_stk & (STACK_ENTRY_ALIGN - 1)) == 0);
H A Darchdep.c862 stacktop = (struct frame *)curthread->t_stk;
875 stacktop = (struct frame *)curthread->t_stk;
1338 stacktop = (struct frame *)curthread->t_stk;
1359 stacktop = (struct frame *)curthread->t_stk;
H A Dsyscall.c265 (caddr_t)lwp->lwp_ap < t->t_stk);
/illumos-gate/usr/src/lib/libkvm/common/
H A Dtest.c452 tp, t.t_stk, t.t_pcb.val[1], t.t_tid, t.t_next, t.t_prev);
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmlsetup.c287 t0.t_stk = (caddr_t)rp - MINFRAME;
H A Dintr.c758 return (it->t_stk);
1045 return (it->t_stk);
H A Dcpr_impl.c102 #define CPR_GET_STACK_END(t) ((t)->t_stk)
104 #define CPR_GET_STACK_START(t) ((t)->t_stk)
H A Dmp_startup.c323 sp = tp->t_stk;
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h113 caddr_t t_stk; /* base of stack (kernel sp value to use) */ member in struct:_kthread
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix_intr.c296 return (it->t_stk);
671 return (it->t_stk);

Completed in 135 milliseconds

12