/titanic_41/usr/src/lib/libc/amd64/threads/ |
H A D | machdep.c | 94 ucp->uc_mcontext.gregs[REG_RSP] = (greg_t)stack; in setup_context() 140 rs[REG_RSP] = status.pr_reg[REG_RSP]; in getgregs() 149 rs[REG_RSP] = 0; in getgregs() 166 status.pr_reg[REG_RSP] = rs[REG_RSP]; in setgregs()
|
H A D | asm_subr.s | 164 movq %rax, REGOFF(REG_RSP) (%rsp)
|
/titanic_41/usr/src/cmd/sgs/librtld_db/demo/amd64/ |
H A D | regs.c | 66 disp_reg_line(ph, &pstatus, "rbp", REG_RBP, "rsp", REG_RSP); in display_all_regs() 71 disp_reg_line(ph, &pstatus, "rfl", REG_RFL, "uesp", REG_RSP); in display_all_regs()
|
/titanic_41/usr/src/cmd/mdb/intel/mdb/ |
H A D | proc_amd64dep.c | 122 { "rsp", REG_RSP, MDB_TGT_R_EXPORT }, 123 { "esp", REG_RSP, MDB_TGT_R_EXPORT | MDB_TGT_R_32 }, 124 { "sp", REG_RSP, MDB_TGT_R_EXPORT | MDB_TGT_R_16 }, 125 { "spl", REG_RSP, MDB_TGT_R_EXPORT | MDB_TGT_R_8L }, 242 mdb_printf("%%rsp = 0x%0?p\n", grs[REG_RSP], grs[REG_RSP]); in pt_regs()
|
/titanic_41/usr/src/lib/libc/amd64/ |
H A D | genassym.c | 61 (void) printf("#define\tRSP_OFF\t0x%x\n", REG_RSP * 8); in main()
|
/titanic_41/usr/src/uts/intel/sys/ |
H A D | regset.h | 69 #define REG_RSP 20 macro 121 #define REG_SP REG_RSP
|
H A D | procfs_isa.h | 101 #define R_SP REG_RSP
|
/titanic_41/usr/src/uts/intel/dtrace/ |
H A D | dtrace_isa.c | 561 REG_RSP, /* ESP */ in dtrace_getreg() 571 REG_RSP, /* UESP */ in dtrace_getreg() 637 case REG_RSP: in dtrace_getreg()
|
H A D | fasttrap_isa.c | 182 REG_RAX, REG_RCX, REG_RDX, REG_RBX, REG_RSP, REG_RBP, REG_RSI, REG_RDI, 1727 case REG_RSP: return (rp->r_rsp); in fasttrap_getreg()
|
/titanic_41/usr/src/ucblib/libucb/i386/sys/ |
H A D | signal.c | 105 sc.sc_sp = (long)ucp->uc_mcontext.gregs[REG_RSP]; in ucbsigvechandler() 177 ucp->uc_mcontext.gregs[REG_RSP] = (long)sc.sc_sp; in ucbsigvechandler()
|
/titanic_41/usr/src/lib/libproc/amd64/ |
H A D | Pisadep.c | 220 dst[REG_RSP] = (uint32_t)src[UESP]; in ucontext_32_to_prgregs() 572 P->status.pr_lwp.pr_reg[REG_RSP] = sp; in Psyscall_setup() 580 P->status.pr_lwp.pr_reg[REG_RSP] = sp; in Psyscall_setup()
|
/titanic_41/usr/src/cmd/mdb/intel/modules/genunix/ |
H A D | gcore_isadep.c | 91 grp[REG_RSP] = rp->r_rsp; in gcore_getgregs()
|
/titanic_41/usr/src/lib/libdtrace/i386/ |
H A D | regs.sed.in | 64 SED_REPLACE64(REG_RSP)
|
H A D | regs.d.in | 82 inline int R_RSP = @REG_RSP@;
|
/titanic_41/usr/src/lib/brand/shared/brand/amd64/ |
H A D | handler.s | 112 movq %r12, EH_LOCALS_GREG(REG_RSP)(%rbp)
|
/titanic_41/usr/src/uts/intel/ia32/os/ |
H A D | archdep.c | 489 grp[REG_RSP] = rp->r_rsp; in getgregs() 568 dmc->gregs[REG_RSP] = (greg_t)(uint32_t)smc->gregs[UESP]; in ucontext_32ton() 736 rp->r_rsp = grp[REG_RSP]; in setgregs() 779 rp->r_rsp = (uint32_t)grp[REG_RSP]; in setgregs()
|
/titanic_41/usr/src/uts/intel/fs/proc/ |
H A D | prmachdep.c | 132 dst[REG_RSP] = (uint32_t)src[UESP]; in prgregset_32ton()
|
/titanic_41/usr/src/lib/libproc/common/ |
H A D | P32ton.c | 235 dst[REG_RSP] = (uint32_t)src[UESP]; in prgregset_32_to_n() 572 dst[UESP] = src[REG_RSP]; in prgregset_n_to_32()
|
H A D | libproc.h | 101 #define R_SP REG_RSP
|
H A D | Pcore.c | 535 lwp->lwp_status.pr_reg[REG_RSP] = prs64->pr_reg.lxr_rsp; in lx_prstatus64_to_lwp() 567 lwp->lwp_status.pr_reg[REG_RSP] = prs32->pr_reg.lxr_sp; in lx_prstatus32_to_lwp()
|
/titanic_41/usr/src/cmd/ptools/pflags/ |
H A D | pflags.c | 556 dst[UESP] = src[REG_RSP]; in prgregset_n_to_32()
|
/titanic_41/usr/src/lib/libm/common/m9x/ |
H A D | __fex_sse.c | 50 ((X > 4)? REG_RAX + 1 - X : REG_RSP))
|