Home
last modified time | relevance | path

Searched refs:t_sp (Results 1 – 12 of 12) sorted by relevance

/titanic_44/usr/src/uts/i86xpv/os/
H A Dmp_xen.c370 vgc.user_regs.rsp = tp->t_sp; in mach_cpucontext_alloc()
371 vgc.user_regs.rbp = tp->t_sp - 2 * sizeof (greg_t); in mach_cpucontext_alloc()
374 vgc.user_regs.esp = tp->t_sp; in mach_cpucontext_alloc()
375 vgc.user_regs.ebp = tp->t_sp - 2 * sizeof (greg_t); in mach_cpucontext_alloc()
497 vgc.kernel_sp = cp->cpu_thread->t_sp; in mach_cpucontext_restore()
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack_subr.c232 sp = KTOU((uintptr_t)thr.t_sp + STACK_BIAS); in stacks_findstack()
235 fsip->fsi_sp = (uintptr_t)thr.t_sp; in stacks_findstack()
H A Dthread.c876 (caddr_t)t.t_sp + STACK_BIAS); in stackinfo()
H A Dkmem.c2106 if (t->t_sp >= panicstk && t->t_sp < panicstk + PANICSTKSIZE) in stack_active()
2110 if (addr >= t->t_sp + STACK_BIAS) in stack_active()
/titanic_44/usr/src/uts/sparc/os/
H A Dsundep.c189 t->t_sp = (uintptr_t)sp - STACK_BIAS; in thread_load()
/titanic_44/usr/src/uts/i86pc/os/
H A Dintr.c731 t->t_sp = (uintptr_t)stackptr; /* mark stack in curthread for resume */ in intr_thread_prolog()
1027 t->t_sp = (uintptr_t)stackptr; in dosoftint_prolog()
1117 ASSERT(SA(t->t_sp) == t->t_sp); in intr_passivate()
H A Dmp_startup.c338 tp->t_sp = (uintptr_t)(sp - MINFRAME); in mp_cpu_configure_common()
340 tp->t_sp -= STACK_ENTRY_ALIGN; /* fake a call */ in mp_cpu_configure_common()
/titanic_44/usr/src/uts/sun4/os/
H A Dmp_startup.c131 tp->t_sp = (uintptr_t)((struct rwindow *)sp - 1) - STACK_BIAS; in common_startup_init()
572 tp->t_sp = (uintptr_t)((struct rwindow *)sp - 1) - STACK_BIAS; in restart_other_cpu()
/titanic_44/usr/src/uts/intel/ia32/os/
H A Dsundep.c296 t->t_sp = (uintptr_t)p; in thread_load()
298 ASSERT((t->t_sp & (STACK_ENTRY_ALIGN - 1)) == 0); in thread_load()
/titanic_44/usr/src/uts/i86pc/io/apix/
H A Dapix_intr.c278 t->t_sp = (uintptr_t)stackptr; in apix_do_softint_prolog()
642 t->t_sp = (uintptr_t)stackptr; /* mark stack in curthread for resume */ in apix_intr_thread_prolog()
/titanic_44/usr/src/uts/common/sys/
H A Dthread.h525 #define t_sp t_pcb.val[1] macro
/titanic_44/usr/src/uts/common/disp/
H A Dthread.c737 t->t_sp = 0; in thread_free()