Searched refs:t_pcb (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/uts/sun4/os/ |
H A D | cpu_states.c | 247 old_pcb = curthread->t_pcb; 248 (void) setjmp(&curthread->t_pcb); 257 curthread->t_pcb = old_pcb;
|
H A D | mp_states.c | 70 save = curthread->t_pcb; 71 (void) setjmp(&curthread->t_pcb); 80 curthread->t_pcb = save;
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | panic.c | 161 label_t panic_pcb; /* t_pcb at time of panic */ 221 label_t pcb = t->t_pcb; 223 (void) setjmp(&t->t_pcb); 292 panic_regs = t->t_pcb;
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | thread.h | 129 label_t t_pcb; /* pcb, save area when switching */ member in struct:_kthread 525 #define t_pc t_pcb.val[0] 526 #define t_sp t_pcb.val[1]
|
/illumos-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); 454 if (kvm_read(cookie, t.t_pcb.val[1] + STACK_BIAS, stk,
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | findstack_subr.c | 137 label_t t_pcb; member in struct:mdb_findstack_kthread
|
/illumos-gate/usr/src/uts/sun4u/os/ |
H A D | mach_cpu_states.c | 231 (void) setjmp(&curthread->t_pcb);
|
/illumos-gate/usr/src/uts/i86xpv/os/ |
H A D | mp_xen.c | 482 pcb_to_user_regs(&cp->cpu_thread->t_pcb, &vgc); 513 if (setjmp(&curthread->t_pcb) == 0) {
|
/illumos-gate/usr/src/uts/sun4v/os/ |
H A D | mach_cpu_states.c | 359 (void) setjmp(&curthread->t_pcb);
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | machdep.c | 900 (void) setjmp(&curthread->t_pcb);
|
Completed in 78 milliseconds