Home
last modified time | relevance | path

Searched refs:pcb_rupdate (Results 1 – 10 of 10) sorted by relevance

/titanic_44/usr/src/uts/intel/ia32/syscall/
H A Dlwp_private.c75 if (pcb->pcb_rupdate == 0) { in lwp_setprivate()
80 pcb->pcb_rupdate = 1; in lwp_setprivate()
174 if (pcb->pcb_rupdate == 1) { in lwp_getprivate()
182 if (pcb->pcb_rupdate == 1) { in lwp_getprivate()
196 if (pcb->pcb_rupdate == 1) { in lwp_getprivate()
204 if (pcb->pcb_rupdate == 1) { in lwp_getprivate()
/titanic_44/usr/src/uts/intel/ia32/os/
H A Dsundep.c395 if (pcb->pcb_rupdate == 0) { in lwp_forkregs()
400 pcb->pcb_rupdate = 1; in lwp_forkregs()
468 if (pcb->pcb_rupdate == 0) { in lwp_segregs_save()
482 pcb->pcb_rupdate = 1; in lwp_segregs_save()
964 pcb->pcb_rupdate = 1; in setregs()
H A Darchdep.c470 if (pcb->pcb_rupdate == 1) { in getgregs()
506 if (pcb->pcb_rupdate == 1) { in getgregs32()
759 pcb->pcb_rupdate = 1; in setgregs()
796 pcb->pcb_rupdate = 1; in setgregs()
H A Dsysi86.c603 if (pcb->pcb_rupdate == 1) { in setdscr()
/titanic_44/usr/src/uts/intel/sys/
H A Dpcb.h55 unsigned char pcb_rupdate; /* new register values in pcb -> regs */ member
/titanic_44/usr/src/cmd/mdb/intel/modules/genunix/
H A Dgcore_isadep.c74 if (pcb->pcb_rupdate == 1) { in gcore_getgregs()
/titanic_44/usr/src/uts/intel/amd64/ml/
H A Dmach_offsets.in148 lwp_pcb.pcb_rupdate PCB_RUPDATE
/titanic_44/usr/src/uts/i86pc/os/
H A Dintr.c1452 if (tp->t_lwp->lwp_pcb.pcb_rupdate == 0) in sys_rtt_common()
1470 tp->t_lwp->lwp_pcb.pcb_rupdate = 0; in sys_rtt_common()
H A Dtrap.c1926 if (trp == NULL && lwp->lwp_pcb.pcb_rupdate != 0) { in kern_gpfault()
/titanic_44/usr/src/uts/common/brand/solaris10/
H A Ds10_brand.c198 l->lwp_pcb.pcb_rupdate = 1; in s10_amd64_correct_fsreg()