Searched refs:t_pcb (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/uts/sun4/os/ |
H A D | cpu_states.c | 247 old_pcb = curthread->t_pcb; in debug_enter() 248 (void) setjmp(&curthread->t_pcb); in debug_enter() 257 curthread->t_pcb = old_pcb; in debug_enter()
|
H A D | mp_states.c | 70 save = curthread->t_pcb; in cpu_idle_self() 71 (void) setjmp(&curthread->t_pcb); in cpu_idle_self() 80 curthread->t_pcb = save; in cpu_idle_self()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | panic.c | 221 label_t pcb = t->t_pcb; in panicsys() 223 (void) setjmp(&t->t_pcb); in panicsys() 292 panic_regs = t->t_pcb; in panicsys()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | thread.h | 129 label_t t_pcb; /* pcb, save area when switching */ member 524 #define t_pc t_pcb.val[0] 525 #define t_sp t_pcb.val[1]
|
/titanic_41/usr/src/lib/libkvm/common/ |
H A D | test.c | 452 tp, t.t_stk, t.t_pcb.val[1], t.t_tid, t.t_next, t.t_prev); in tst_segkp() 454 if (kvm_read(cookie, t.t_pcb.val[1] + STACK_BIAS, stk, in tst_segkp()
|
/titanic_41/usr/src/uts/sun4u/os/ |
H A D | mach_cpu_states.c | 231 (void) setjmp(&curthread->t_pcb); in panic_idle()
|
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | findstack_subr.c | 137 label_t t_pcb; member
|
/titanic_41/usr/src/uts/i86xpv/os/ |
H A D | mp_xen.c | 482 pcb_to_user_regs(&cp->cpu_thread->t_pcb, &vgc); in mach_cpucontext_restore() 513 if (setjmp(&curthread->t_pcb) == 0) { in enter_safe_phase()
|
/titanic_41/usr/src/uts/i86pc/ml/ |
H A D | offsets.in | 88 t_pcb T_LABEL
|
/titanic_41/usr/src/uts/sun4/ml/ |
H A D | offsets.in | 143 t_pcb
|
/titanic_41/usr/src/uts/i86pc/os/ |
H A D | machdep.c | 900 (void) setjmp(&curthread->t_pcb); in panic_idle()
|
/titanic_41/usr/src/uts/sun4v/os/ |
H A D | mach_cpu_states.c | 359 (void) setjmp(&curthread->t_pcb); in panic_idle()
|