Searched refs:REG_FS (Results 1 – 18 of 18) sorted by relevance
/titanic_44/usr/src/cmd/mdb/intel/modules/genunix/ |
H A D | gcore_isadep.c | 77 grp[REG_FS] = pcb->pcb_fs; in gcore_getgregs() 82 grp[REG_FS] = rp->r_fs; in gcore_getgregs()
|
/titanic_44/usr/src/cmd/sgs/librtld_db/demo/amd64/ |
H A D | regs.c | 63 disp_reg_line(ph, &pstatus, "gs", REG_GS, "fs", REG_FS); in display_all_regs()
|
/titanic_44/usr/src/uts/intel/sys/ |
H A D | regset.h | 68 #define REG_FS 22 macro
|
/titanic_44/usr/src/lib/libc/amd64/threads/ |
H A D | asm_subr.s | 148 movq %rax, REGOFF(REG_FS) (%rsp)
|
H A D | machdep.c | 78 ucp->uc_mcontext.gregs[REG_FS] = 0; /* null selector indicates fsbase */ in setup_context()
|
/titanic_44/usr/src/uts/intel/ia32/os/ |
H A D | archdep.c | 473 grp[REG_FS] = pcb->pcb_fs; in getgregs() 478 grp[REG_FS] = rp->r_fs; in getgregs() 553 dmc->gregs[REG_FS] = (greg_t)(uint32_t)smc->gregs[FS]; in ucontext_32ton() 753 pcb->pcb_fs = fix_segreg(grp[REG_FS], IS_NOT_CS, datamodel); in setgregs() 790 pcb->pcb_fs = fix_segreg(grp[REG_FS], IS_NOT_CS, datamodel); in setgregs()
|
H A D | sundep.c | 348 if (grp[REG_FS] == 0x1bb) /* hard code legacy LWPFS_SEL */ in lwp_load()
|
/titanic_44/usr/src/lib/brand/shared/brand/amd64/ |
H A D | handler.s | 100 movq %rcx, EH_LOCALS_GREG(REG_FS)(%rbp)
|
/titanic_44/usr/src/uts/intel/dtrace/ |
H A D | dtrace_isa.c | 555 REG_FS, /* FS */ in dtrace_getreg() 621 case REG_FS: in dtrace_getreg()
|
H A D | fasttrap_isa.c | 1729 case REG_FS: return (rp->r_fs); in fasttrap_getreg()
|
/titanic_44/usr/src/cmd/mdb/intel/mdb/ |
H A D | proc_amd64dep.c | 127 { "fs", REG_FS, MDB_TGT_R_EXPORT }, 234 grs[REG_CS], grs[REG_FS], grs[REG_GS]); in pt_regs()
|
/titanic_44/usr/src/uts/intel/fs/proc/ |
H A D | prmachdep.c | 130 dst[REG_FS] = (uint16_t)src[FS]; in prgregset_32ton()
|
/titanic_44/usr/src/lib/libproc/common/ |
H A D | P32ton.c | 218 dst[REG_FS] = (uint32_t)src[FS]; in prgregset_32_to_n() 555 dst[FS] = src[REG_FS]; in prgregset_n_to_32()
|
H A D | Pcore.c | 536 lwp->lwp_status.pr_reg[REG_FS] = prs64->pr_reg.lxr_fs; in lx_prstatus64_to_lwp() 554 lwp->lwp_status.pr_reg[REG_FS] = prs32->pr_reg.lxr_fs; in lx_prstatus32_to_lwp()
|
/titanic_44/usr/src/lib/libc/port/threads/ |
H A D | sigaction.c | 566 uc.uc_mcontext.gregs[REG_FS] = (greg_t)0; /* null for fsbase */ in setcontext()
|
/titanic_44/usr/src/cmd/ptools/pflags/ |
H A D | pflags.c | 541 dst[FS] = src[REG_FS]; in prgregset_n_to_32()
|
/titanic_44/usr/src/lib/libproc/amd64/ |
H A D | Pisadep.c | 218 dst[REG_FS] = (uint16_t)src[FS]; in ucontext_32_to_prgregs()
|
/titanic_44/usr/src/cmd/truss/ |
H A D | fcall.c | 820 prgreg_t tref = Lsp->pr_reg[REG_FS]; in find_stack() 933 Lsp->pr_reg[REG_FS] : Lsp->pr_reg[REG_GS]; in get_tid()
|