Home
last modified time | relevance | path

Searched refs:REG_RSP (Results 1 – 22 of 22) sorted by relevance

/illumos-gate/usr/src/lib/libc/amd64/threads/
H A Dmachdep.c94 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 Dasm_subr.S164 movq %rax, REGOFF(REG_RSP) (%rsp)
/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dproc_amd64dep.c127 { "rsp", REG_RSP, MDB_TGT_R_EXPORT },
128 { "esp", REG_RSP, MDB_TGT_R_EXPORT | MDB_TGT_R_32 },
129 { "sp", REG_RSP, MDB_TGT_R_EXPORT | MDB_TGT_R_16 },
130 { "spl", REG_RSP, MDB_TGT_R_EXPORT | MDB_TGT_R_8L },
248 mdb_printf("%%rsp = 0x%0?p\n", grs[REG_RSP], grs[REG_RSP]); in pt_regs()
435 psp->pr_reg[REG_RBP], psp->pr_reg[REG_RSP], psp->pr_instr)); in pt_step_out()
/illumos-gate/usr/src/cmd/sgs/demo_rdb/amd64/
H A Dregs.c66 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()
/illumos-gate/usr/src/uts/intel/sys/
H A Dregset.h70 #define REG_RSP 20 macro
122 #define REG_SP REG_RSP
H A Dprocfs_isa.h103 #define R_SP REG_RSP
/illumos-gate/usr/src/lib/libc/amd64/
H A Dgenassym.c62 (void) printf("#define\tRSP_OFF\t0x%x\n", REG_RSP * 8); in main()
/illumos-gate/usr/src/uts/intel/dtrace/
H A Ddtrace_isa.c542 REG_RSP, /* ESP */
552 REG_RSP, /* UESP */
622 case REG_RSP: in dtrace_getreg()
688 case REG_RSP: in dtrace_setreg()
H A Dfasttrap_isa.c179 REG_RAX, REG_RCX, REG_RDX, REG_RBX, REG_RSP, REG_RBP, REG_RSI, REG_RDI,
1657 case REG_RSP: return (rp->r_rsp); in fasttrap_getreg()
/illumos-gate/usr/src/ucblib/libucb/i386/sys/
H A Dsignal.c105 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()
/illumos-gate/usr/src/cmd/mdb/intel/modules/genunix/
H A Dgcore_isadep.c92 grp[REG_RSP] = rp->r_rsp; in gcore_getgregs()
/illumos-gate/usr/src/lib/libproc/amd64/
H A DPisadep.c243 dst[REG_RSP] = (uint32_t)src[UESP]; in ucontext_32_to_prgregs()
601 P->status.pr_lwp.pr_reg[REG_RSP] = sp; in Psyscall_setup()
609 P->status.pr_lwp.pr_reg[REG_RSP] = sp; in Psyscall_setup()
/illumos-gate/usr/src/uts/intel/os/
H A Darchdep.c331 grp[REG_RSP] = rp->r_rsp; in getgregs()
407 dmc->gregs[REG_RSP] = (greg_t)(uint32_t)smc->gregs[UESP]; in ucontext_32ton()
571 rp->r_rsp = grp[REG_RSP]; in setgregs()
614 rp->r_rsp = (uint32_t)grp[REG_RSP]; in setgregs()
/illumos-gate/usr/src/lib/libdtrace/i386/
H A Dregs.sed.in62 SED_REPLACE64(REG_RSP)
H A Dregs.d.in82 inline int R_RSP = @REG_RSP@;
/illumos-gate/usr/src/lib/brand/shared/brand/amd64/
H A Dhandler.S112 movq %r12, EH_LOCALS_GREG(REG_RSP)(%rbp)
/illumos-gate/usr/src/uts/intel/fs/proc/
H A Dprmachdep.c137 dst[REG_RSP] = (uint32_t)src[UESP]; in prgregset_32ton()
/illumos-gate/usr/src/cmd/ptools/pflags/
H A Dpflags.c527 dst[UESP] = src[REG_RSP]; in prgregset_n_to_32()
/illumos-gate/usr/src/lib/libproc/common/
H A DP32ton.c233 dst[REG_RSP] = (uint32_t)src[UESP]; in prgregset_32_to_n()
570 dst[UESP] = src[REG_RSP]; in prgregset_n_to_32()
H A Dlibproc.h94 #define R_SP REG_RSP
H A DPcore.c558 lwp->lwp_status.pr_reg[REG_RSP] = prs64->pr_reg.lxr_rsp; in lx_prstatus64_to_lwp()
590 lwp->lwp_status.pr_reg[REG_RSP] = prs32->pr_reg.lxr_sp; in lx_prstatus32_to_lwp()
/illumos-gate/usr/src/lib/libm/common/m9x/
H A D__fex_sse.c50 ((X > 4)? REG_RAX + 1 - X : REG_RSP))