HomeSort by relevance Sort by last modified time
    Searched refs:t_stk (Results 1 - 25 of 25) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/disp/
thread_intr.c 88 tp->t_stk -= STACK_ALIGN;
89 *(tp->t_stk) = 0; /* terminate intr thread stack */
thread.c 382 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 */
461 t->t_stk = thread_stk_init(t->t_stk);
766 t->t_stk = NULL;
    [all...]
  /onnv/onnv-gate/usr/src/uts/sparc/os/
archdep.c 94 stacktop = (struct frame *)curthread->t_stk;
125 stacktop = (struct frame *)curthread->t_stk;
287 stacktop = (struct frame *)curthread->t_stk;
304 stacktop = (struct frame *)curthread->t_stk;
sundep.c 162 sp = t->t_stk;
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
thread.c 670 stk_compute_percent(caddr_t t_stk, caddr_t t_stkbase, caddr_t sp)
675 if (t_stk > t_stkbase) {
677 if (sp > t_stk) {
683 percent = t_stk - sp + 1;
684 s = t_stk - t_stkbase + 1;
687 if (sp < t_stk) {
693 percent = sp - t_stk + 1;
694 s = t_stkbase - t_stk + 1;
842 if (t.t_stk > t.t_stkbase) {
845 end = t.t_stk;
    [all...]
findstack.c 232 if (thr.t_stk < thr.t_stkbase) {
242 ktop = (uintptr_t)thr.t_stk;
leaky_subr.c 285 uintptr_t stk = (uintptr_t)t->t_stk;
301 * There is always gunk hanging out between t_stk and the page
kmem.c     [all...]
  /onnv/onnv-gate/usr/src/uts/intel/dtrace/
dtrace_isa.c 54 stacktop = (struct frame *)curthread->t_stk;
71 stacktop = (struct frame *)curthread->t_stk;
514 stacktop = (struct frame *)curthread->t_stk;
529 stacktop = (struct frame *)curthread->t_stk;
  /onnv/onnv-gate/usr/src/uts/sparc/dtrace/
dtrace_isa.c 281 stacktop = (struct frame *)curthread->t_stk;
308 stacktop = (struct frame *)curthread->t_stk;
710 stacktop = (struct frame *)curthread->t_stk;
720 stacktop = (struct frame *)curthread->t_stk;
  /onnv/onnv-gate/usr/src/uts/i86xpv/os/
xen_mmu.c 262 uint_t on_trap_ready = (t0.t_stk != NULL);
335 uint_t on_trap_ready = (t0.t_stk != NULL);
mp_xen.c 380 * 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;
  /onnv/onnv-gate/usr/src/uts/sun4/os/
mlsetup.c 147 t0.t_stk = (caddr_t)rp - REGOFF;
223 mpcb->mpcb_pa = va_to_pa(t0.t_stk);
mp_startup.c 129 sp = tp->t_stk;
560 sp = tp->t_stk;
  /onnv/onnv-gate/usr/src/uts/common/os/
panic.c 243 cp->cpu_intr_stack = thread_stk_init(it->t_stk);
lwp.c 239 t->t_stk = lwp_stk_init(lwp, t->t_stk);
    [all...]
  /onnv/onnv-gate/usr/src/uts/intel/ia32/os/
sundep.c 253 sp = t->t_stk;
254 ASSERT(((uintptr_t)t->t_stk & (STACK_ENTRY_ALIGN - 1)) == 0);
archdep.c 849 stacktop = (struct frame *)curthread->t_stk;
862 stacktop = (struct frame *)curthread->t_stk;
1245 stacktop = (struct frame *)curthread->t_stk;
    [all...]
syscall.c 266 (caddr_t)lwp->lwp_ap < t->t_stk);
    [all...]
  /onnv/onnv-gate/usr/src/uts/i86pc/os/
cpr_impl.c 101 #define CPR_GET_STACK_END(t) ((t)->t_stk)
103 #define CPR_GET_STACK_START(t) ((t)->t_stk)
mlsetup.c 257 t0.t_stk = (caddr_t)rp - MINFRAME;
intr.c 340 return (it->t_stk);
627 return (it->t_stk);
mp_startup.c 297 sp = tp->t_stk;
    [all...]
  /onnv/onnv-gate/usr/src/lib/libkvm/common/
test.c 452 tp, t.t_stk, t.t_pcb.val[1], t.t_tid, t.t_next, t.t_prev);
  /onnv/onnv-gate/usr/src/uts/common/sys/
thread.h 113 caddr_t t_stk; /* base of stack (kernel sp value to use) */ member in struct:_kthread

Completed in 1020 milliseconds