Searched refs:t_sp (Results 1 – 12 of 12) sorted by relevance
370 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()
232 sp = KTOU((uintptr_t)thr.t_sp + STACK_BIAS); in stacks_findstack()235 fsip->fsi_sp = (uintptr_t)thr.t_sp; in stacks_findstack()
876 (caddr_t)t.t_sp + STACK_BIAS); in stackinfo()
2106 if (t->t_sp >= panicstk && t->t_sp < panicstk + PANICSTKSIZE) in stack_active()2110 if (addr >= t->t_sp + STACK_BIAS) in stack_active()
189 t->t_sp = (uintptr_t)sp - STACK_BIAS; in thread_load()
731 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()
338 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()
131 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()
296 t->t_sp = (uintptr_t)p; in thread_load()298 ASSERT((t->t_sp & (STACK_ENTRY_ALIGN - 1)) == 0); in thread_load()
278 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()
525 #define t_sp t_pcb.val[1] macro
737 t->t_sp = 0; in thread_free()