Searched refs:pcb_rupdate (Results 1 - 8 of 8) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/intel/sys/
H A Dpcb.h52 unsigned char pcb_rupdate; /* new register values in pcb -> regs */ member in struct:pcb
/opensolaris-onvv-gate/usr/src/uts/intel/ia32/syscall/
H A Dlwp_private.c75 if (pcb->pcb_rupdate == 0) {
80 pcb->pcb_rupdate = 1;
174 if (pcb->pcb_rupdate == 1) {
182 if (pcb->pcb_rupdate == 1) {
196 if (pcb->pcb_rupdate == 1) {
204 if (pcb->pcb_rupdate == 1) {
/opensolaris-onvv-gate/usr/src/uts/intel/ia32/os/
H A Dsundep.c395 if (pcb->pcb_rupdate == 0) {
400 pcb->pcb_rupdate = 1;
436 * and set pcb->pcb_rupdate to 1 to tell the rest of the kernel
468 if (pcb->pcb_rupdate == 0) {
482 pcb->pcb_rupdate = 1;
833 * pcb->pcb_rupdate == 1. Only sys_rtt gets to clear the bit.
964 pcb->pcb_rupdate = 1;
H A Darchdep.c466 if (pcb->pcb_rupdate == 1) {
502 if (pcb->pcb_rupdate == 1) {
755 pcb->pcb_rupdate = 1;
792 pcb->pcb_rupdate = 1;
H A Dsysi86.c603 if (pcb->pcb_rupdate == 1) {
/opensolaris-onvv-gate/usr/src/uts/common/brand/solaris10/
H A Ds10_brand.c197 l->lwp_pcb.pcb_rupdate = 1;
/opensolaris-onvv-gate/usr/src/uts/i86pc/os/
H A Dintr.c1037 if (tp->t_lwp->lwp_pcb.pcb_rupdate == 0)
1055 tp->t_lwp->lwp_pcb.pcb_rupdate = 0;
H A Dtrap.c1906 if (trp == NULL && lwp->lwp_pcb.pcb_rupdate != 0) {

Completed in 187 milliseconds