Home
last modified time | relevance | path

Searched refs:r_gs (Results 1 – 15 of 15) sorted by relevance

/titanic_41/usr/src/uts/intel/ia32/syscall/
H A Dlwp_private.c79 pcb->pcb_gs = rp->r_gs; in lwp_setprivate()
143 rval = rp->r_gs = LWPGS_SEL; in lwp_setprivate()
200 if (rp->r_gs == 0) in lwp_getprivate()
208 if (rp->r_gs == LWPGS_SEL) in lwp_getprivate()
226 if (rp->r_gs == LWPGS_SEL) { in lwp_getprivate()
/titanic_41/usr/src/cmd/mdb/intel/modules/genunix/
H A Dgcore_isadep.c83 grp[REG_GS] = rp->r_gs; in gcore_getgregs()
93 bcopy(&rp->r_gs, grp, sizeof (gregset_t)); in gcore_getgregs()
/titanic_41/usr/src/uts/intel/ia32/os/
H A Dsundep.c399 pcb->pcb_gs = rp->r_gs; in lwp_forkregs()
481 pcb->pcb_gs = rp->r_gs; in lwp_segregs_save()
533 rp->r_gs = pcb->pcb_gs; in update_sregs()
557 rp->r_gs = pcb->pcb_gs; in update_sregs()
H A Darchdep.c479 grp[REG_GS] = rp->r_gs; in getgregs()
491 bcopy(&rp->r_gs, grp, sizeof (gregset_t)); in getgregs()
512 grp[GS] = (uint16_t)rp->r_gs; in getgregs32()
819 bcopy(grp, &rp->r_gs, sizeof (gregset_t)); in setgregs()
826 rp->r_gs = fix_segreg(rp->r_gs, IS_NOT_CS, datamodel); in setgregs()
1092 PANICNVADD(pnv, "gs", rp->r_gs); in panic_saveregs()
1105 PANICNVADD(pnv, "gs", (uint32_t)rp->r_gs); in panic_saveregs()
H A Dsysi86.c617 ssd->sel == rp->r_gs) { in setdscr()
/titanic_41/usr/src/uts/intel/ia32/sys/
H A Dprivregs.h61 greg_t r_gs; member
/titanic_41/usr/src/uts/intel/dtrace/
H A Ddtrace_isa.c624 return (rp->r_gs); in dtrace_getreg()
650 return ((&rp->r_gs)[reg]); in dtrace_getreg()
H A Dfasttrap_isa.c787 sel = rp->r_gs; in fasttrap_do_seg()
1730 case REG_GS: return (rp->r_gs); in fasttrap_getreg()
1743 return (((greg_t *)&rp->r_gs)[reg]); in fasttrap_getreg()
/titanic_41/usr/src/uts/intel/amd64/sys/
H A Dprivregs.h89 greg_t r_gs; member
/titanic_41/usr/src/uts/i86pc/ml/
H A Dmach_offsets.in73 r_gs REGOFF_GS
/titanic_41/usr/src/cmd/mdb/intel/mdb/
H A Dkvm_amd64dep.c183 gregs->kregs[KREG_GS] = regs->r_gs; in kt_regs_to_kregs()
H A Dkvm_ia32dep.c178 gregs->kregs[KREG_GS] = regs->r_gs; in kt_regs_to_kregs()
/titanic_41/usr/src/uts/intel/amd64/ml/
H A Dmach_offsets.in97 r_gs REGOFF_GS
/titanic_41/usr/src/uts/i86pc/os/
H A Dtrap.c1742 printf(fmt, " es", rp->r_es, " fs", rp->r_fs, " gs", rp->r_gs); in dumpregs()
1752 printf(fmt, " gs", rp->r_gs, " fs", rp->r_fs, in dumpregs()
/titanic_41/usr/src/cmd/mdb/intel/modules/mdb_kb/
H A Dmdb_kb.c1526 regs->r_gs = ur->gs; in xkb_getmregs()