Searched refs:t_pcb (Results 1 – 11 of 11) sorted by relevance
| /onnv-gate/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()
|
| /onnv-gate/usr/src/uts/common/os/ |
| H A D | panic.c | 217 (void) setjmp(&t->t_pcb); in panicsys() 286 panic_regs = t->t_pcb; in panicsys()
|
| /onnv-gate/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]
|
| /onnv-gate/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()
|
| /onnv-gate/usr/src/uts/sun4u/os/ |
| H A D | mach_cpu_states.c | 231 (void) setjmp(&curthread->t_pcb); in panic_idle()
|
| /onnv-gate/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()
|
| /onnv-gate/usr/src/uts/i86pc/ml/ |
| H A D | offsets.in | 85 t_pcb T_LABEL
|
| /onnv-gate/usr/src/uts/sun4/ml/ |
| H A D | offsets.in | 142 t_pcb
|
| /onnv-gate/usr/src/uts/i86pc/os/ |
| H A D | machdep.c | 900 (void) setjmp(&curthread->t_pcb); in panic_idle()
|
| /onnv-gate/usr/src/uts/sun4v/os/ |
| H A D | mach_cpu_states.c | 359 (void) setjmp(&curthread->t_pcb); in panic_idle()
|