Searched refs:REG_DS (Results 1 – 14 of 14) sorted by relevance
/titanic_41/usr/src/cmd/mdb/intel/modules/genunix/ |
H A D | gcore_isadep.c | 75 grp[REG_DS] = pcb->pcb_ds; in gcore_getgregs() 80 grp[REG_DS] = rp->r_ds; in gcore_getgregs()
|
/titanic_41/usr/src/cmd/sgs/librtld_db/demo/amd64/ |
H A D | regs.c | 64 disp_reg_line(ph, &pstatus, "es", REG_ES, "ds", REG_DS); in display_all_regs()
|
/titanic_41/usr/src/lib/libc/amd64/threads/ |
H A D | asm_subr.s | 154 movq %rax, REGOFF(REG_DS) (%rsp)
|
/titanic_41/usr/src/uts/intel/ia32/os/ |
H A D | archdep.c | 471 grp[REG_DS] = pcb->pcb_ds; in getgregs() 476 grp[REG_DS] = rp->r_ds; in getgregs() 555 dmc->gregs[REG_DS] = (greg_t)(uint32_t)smc->gregs[DS]; in ucontext_32ton() 777 rp->r_ss = fix_segreg(grp[REG_DS], IS_NOT_CS, datamodel); in setgregs() 784 pcb->pcb_ds = fix_segreg(grp[REG_DS], IS_NOT_CS, datamodel); in setgregs()
|
/titanic_41/usr/src/lib/brand/shared/brand/amd64/ |
H A D | handler.s | 96 movq %rcx, EH_LOCALS_GREG(REG_DS)(%rbp)
|
/titanic_41/usr/src/uts/intel/sys/ |
H A D | regset.h | 63 #define REG_DS 25 macro
|
/titanic_41/usr/src/uts/intel/dtrace/ |
H A D | dtrace_isa.c | 557 REG_DS, /* DS */ in dtrace_getreg() 617 case REG_DS: in dtrace_getreg()
|
H A D | fasttrap_isa.c | 1731 case REG_DS: return (rp->r_ds); in fasttrap_getreg()
|
/titanic_41/usr/src/cmd/mdb/intel/mdb/ |
H A D | proc_amd64dep.c | 130 { "ds", REG_DS, MDB_TGT_R_EXPORT }, 236 grs[REG_DS], grs[REG_ES], grs[REG_SS]); in pt_regs()
|
/titanic_41/usr/src/uts/intel/fs/proc/ |
H A D | prmachdep.c | 126 dst[REG_DS] = (uint16_t)src[DS]; in prgregset_32ton()
|
/titanic_41/usr/src/lib/libproc/common/ |
H A D | P32ton.c | 221 dst[REG_DS] = (uint32_t)src[DS]; in prgregset_32_to_n() 558 dst[DS] = src[REG_DS]; in prgregset_n_to_32()
|
H A D | Pcore.c | 540 lwp->lwp_status.pr_reg[REG_DS] = prs64->pr_reg.lxr_ds; in lx_prstatus64_to_lwp() 555 lwp->lwp_status.pr_reg[REG_DS] = prs32->pr_reg.lxr_ds; in lx_prstatus32_to_lwp()
|
/titanic_41/usr/src/cmd/ptools/pflags/ |
H A D | pflags.c | 542 dst[DS] = src[REG_DS]; in prgregset_n_to_32()
|
/titanic_41/usr/src/lib/libproc/amd64/ |
H A D | Pisadep.c | 214 dst[REG_DS] = (uint16_t)src[DS]; in ucontext_32_to_prgregs()
|