Searched refs:GS (Results 1 - 21 of 21) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/i386/
H A Dregs.sed.in44 SED_REPLACE(GS)
H A Dregs.d.in30 inline int R_GS = @GS@;
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/i386/
H A Dregs.c61 disp_reg_line(ph, &pstatus, "gs", GS, "fs", FS);
/illumos-gate/usr/src/uts/intel/sys/
H A Dregset.h114 #define GS 0 macro
/illumos-gate/usr/src/lib/libc/i386/threads/
H A Dmachdep.c127 ucp->uc_mcontext.gregs[GS] = (greg_t)LWPGS_SEL;
237 ucp->uc_mcontext.gregs[GS] = gs;
/illumos-gate/usr/src/lib/brand/shared/brand/i386/
H A Dhandler.s95 mov %gs, EH_LOCALS_GREG(GS)(%ebp)
/illumos-gate/usr/src/boot/sys/boot/i386/btx/lib/
H A Dbtxv86.s34 .set V86_GS,0x14 # V86 GS
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Dptrace.c301 ps->pr_lwp.pr_reg[GS] = cp->user.u_reg[GS];
618 ps->pr_lwp.pr_reg[GS] = cp->user.u_reg[GS];
669 cp->user.u_reg[GS] = ps->pr_lwp.pr_reg[GS];
/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dproc_ia32dep.c52 { "gs", GS, MDB_TGT_R_EXPORT },
185 grs[GS], grs[EDI], grs[EDI]);
/illumos-gate/usr/src/lib/libproc/common/
H A DPservice.c254 * value in the lwp's GS register.
259 gs = regs[GS];
H A DP32ton.c217 dst[REG_GS] = (uint32_t)src[GS];
554 dst[GS] = src[REG_GS];
H A DPcore.c605 lwp->lwp_status.pr_reg[GS] = prs32->pr_reg.lxr_gs;
H A DPcontrol.c1442 P->status.pr_lwp.pr_reg[GS] = 0;
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Darchdep.c507 grp[GS] = (uint16_t)pcb->pcb_gs;
512 grp[GS] = (uint16_t)rp->r_gs;
552 dmc->gregs[REG_GS] = (greg_t)(uint32_t)smc->gregs[GS];
609 * other than USER_CS, USER_DS and lwp FS and GS values. If the segment
H A Dsundep.c339 * this purpose. LWP[FS|GS]_SEL are only intended for 32 bit
342 * by calling lwp_setprivate if LWP[FS|GS]_SEL is passed in
357 if (grp[GS] == LWPGS_SEL)
577 * %fs/%gs were set to LWP(FS|GS)_SEL regardless of
/illumos-gate/usr/src/boot/sys/boot/i386/btx/btx/
H A Dbtx.S77 .set V86_GS,0x14 # V86 GS
220 pushl %ecx # Set GS
355 pushl %gs # Set GS
/illumos-gate/usr/src/uts/intel/fs/proc/
H A Dprmachdep.c129 dst[REG_GS] = (uint16_t)src[GS];
/illumos-gate/usr/src/lib/libproc/amd64/
H A DPisadep.c217 dst[REG_GS] = (uint16_t)src[GS];
/illumos-gate/usr/src/cmd/ptools/pflags/
H A Dpflags.c540 dst[GS] = src[REG_GS];
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsigaction.c568 uc.uc_mcontext.gregs[GS] = (greg_t)LWPGS_SEL;
/illumos-gate/usr/src/cmd/truss/
H A Dfcall.c822 prgreg_t tref = Lsp->pr_reg[GS];
935 prgreg_t tref = Lsp->pr_reg[GS];

Completed in 80 milliseconds