Searched refs:r_sp (Results 1 – 6 of 6) sorted by relevance
65 (srP)->r_sp = (ULong)esp; \80 (srP)->r_sp = rsp; \99 (srP)->r_sp = (ULong)r1; \118 (srP)->r_sp = r1; \137 (srP)->r_sp = block[2]; \157 (srP)->r_sp = block[1]; \173 (srP)->r_sp = sp; \197 (srP)->r_sp = (ULong)sp; \222 (srP)->r_sp = (ULong)sp; \246 (srP)->r_sp = (ULong)sp; \
192 uregs.xsp = (Addr)startRegs->r_sp; in VG_()473 uregs.xsp = startRegs->r_sp; in VG_()666 Addr sp = (Addr)startRegs->r_sp; in VG_()934 uregs.r13 = startRegs->r_sp; in VG_()1079 uregs.sp = startRegs->r_sp; in VG_()1175 uregs.sp = startRegs->r_sp; in VG_()1258 uregs.sp = startRegs->r_sp; in VG_()1413 uregs.sp = startRegs->r_sp; in VG_()1649 startRegs.r_pc = (ULong) *(Addr*)(UWord)startRegs.r_sp; in VG_()1650 startRegs.r_sp += (ULong) sizeof(Addr); in VG_()[all …]
61 ULong r_sp; /* x86:ESP, amd64:RSP, ppc:R1, arm:R13, mips:sp */ member
276 (srP)->r_sp = (ULong)((uc)->uc_mcontext.esp); \288 (srP)->r_sp = (uc)->uc_mcontext.rsp; \347 (srP)->r_sp = (ULong)((uc)->uc_regs->mc_gregs[VKI_PT_R1]); \370 (srP)->r_sp = (uc)->uc_mcontext.gp_regs[VKI_PT_R1]; \382 (srP)->r_sp = (uc)->uc_mcontext.arm_sp; \397 (srP)->r_sp = (uc)->uc_mcontext.sp; \456 srP->r_sp = (ULong)(ss->__esp); in VG_UCONTEXT_TO_UnwindStartRegs()512 srP->r_sp = (ULong)(ss->__rsp); in VG_UCONTEXT_TO_UnwindStartRegs()527 (srP)->r_sp = (ULong)((uc)->uc_mcontext.regs.gprs[15]); \545 (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()