Searched refs:r_sp (Results 1 – 7 of 7) sorted by relevance
66 (srP)->r_sp = (ULong)esp; \82 (srP)->r_sp = rsp; \101 (srP)->r_sp = (ULong)r1; \120 (srP)->r_sp = r1; \139 (srP)->r_sp = block[2]; \159 (srP)->r_sp = block[1]; \175 (srP)->r_sp = sp; \199 (srP)->r_sp = (ULong)sp; \224 (srP)->r_sp = (ULong)sp; \248 (srP)->r_sp = (ULong)sp; \
213 uregs.xsp = (Addr)startRegs->r_sp;506 uregs.xsp = startRegs->r_sp;713 Addr sp = (Addr)startRegs->r_sp;981 uregs.r13 = startRegs->r_sp;1126 uregs.sp = startRegs->r_sp;1222 uregs.sp = startRegs->r_sp;1305 uregs.sp = startRegs->r_sp;1460 uregs.sp = startRegs->r_sp;1696 startRegs.r_pc = (ULong) *(Addr*)(UWord)startRegs.r_sp;1697 startRegs.r_sp += (ULong) sizeof(Addr);[all …]
61 ULong r_sp; /* x86:ESP, amd64:RSP, ppc:R1, arm:R13, mips:sp */ member
275 (srP)->r_sp = (ULong)((uc)->uc_mcontext.esp); \287 (srP)->r_sp = (uc)->uc_mcontext.rsp; \346 (srP)->r_sp = (ULong)((uc)->uc_regs->mc_gregs[VKI_PT_R1]); \369 (srP)->r_sp = (uc)->uc_mcontext.gp_regs[VKI_PT_R1]; \381 (srP)->r_sp = (uc)->uc_mcontext.arm_sp; \396 (srP)->r_sp = (uc)->uc_mcontext.sp; \455 srP->r_sp = (ULong)(ss->__esp); in VG_UCONTEXT_TO_UnwindStartRegs()511 srP->r_sp = (ULong)(ss->__rsp); in VG_UCONTEXT_TO_UnwindStartRegs()526 (srP)->r_sp = (ULong)((uc)->uc_mcontext.regs.gprs[15]); \544 (srP)->r_sp = (uc)->uc_mcontext.sc_regs[29]; \[all …]
70 regs->r_sp = (ULong)VG_(threads)[tid].arch.vex.guest_ESP; in VG_()75 regs->r_sp = VG_(threads)[tid].arch.vex.guest_RSP; in VG_()80 regs->r_sp = (ULong)VG_(threads)[tid].arch.vex.guest_GPR1; in VG_()85 regs->r_sp = VG_(threads)[tid].arch.vex.guest_GPR1; in VG_()90 regs->r_sp = (ULong)VG_(threads)[tid].arch.vex.guest_R13; in VG_()101 regs->r_sp = VG_(threads)[tid].arch.vex.guest_XSP; in VG_()106 regs->r_sp = (ULong)VG_(threads)[tid].arch.vex.guest_SP; in VG_()113 regs->r_sp = VG_(threads)[tid].arch.vex.guest_r29; in VG_()122 regs->r_sp = VG_(threads)[tid].arch.vex.guest_r29; in VG_()131 regs->r_sp = VG_(threads)[tid].arch.vex.guest_r54; in VG_()
76 WORD r_ip, r_cs, r_sp, r_ss; member331 reg.r_ss = reg.r_sp = 0; /* DPMI host provides stack */ in PktInterrupt()
1383 #undef r_sp