Home
last modified time | relevance | path

Searched refs:r_sp (Results 1 – 7 of 7) sorted by relevance

/external/valgrind/coregrind/
Dm_libcassert.c66 (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; \
Dm_stacktrace.c213 uregs.xsp = (Addr)startRegs->r_sp;
521 uregs.xsp = startRegs->r_sp;
743 Addr sp = (Addr)startRegs->r_sp;
1011 uregs.r13 = startRegs->r_sp;
1156 uregs.sp = startRegs->r_sp;
1252 uregs.sp = startRegs->r_sp;
1335 uregs.sp = startRegs->r_sp;
1518 startRegs.r_pc = (ULong) *(Addr*)(UWord)startRegs.r_sp;
1519 startRegs.r_sp += (ULong) sizeof(Addr);
1524 VG_(stack_limits)( (Addr)startRegs.r_sp,
[all …]
Dpub_core_basics.h61 ULong r_sp; /* x86:ESP, amd64:RSP, ppc:R1, arm:R13, mips:sp */ member
Dm_signals.c275 (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 …]
Dm_machine.c71 regs->r_sp = (ULong)VG_(threads)[tid].arch.vex.guest_ESP; in VG_()
76 regs->r_sp = VG_(threads)[tid].arch.vex.guest_RSP; in VG_()
81 regs->r_sp = (ULong)VG_(threads)[tid].arch.vex.guest_GPR1; in VG_()
86 regs->r_sp = VG_(threads)[tid].arch.vex.guest_GPR1; in VG_()
91 regs->r_sp = (ULong)VG_(threads)[tid].arch.vex.guest_R13; in VG_()
102 regs->r_sp = VG_(threads)[tid].arch.vex.guest_XSP; in VG_()
107 regs->r_sp = (ULong)VG_(threads)[tid].arch.vex.guest_SP; in VG_()
114 regs->r_sp = VG_(threads)[tid].arch.vex.guest_r29; in VG_()
123 regs->r_sp = VG_(threads)[tid].arch.vex.guest_r29; in VG_()
/external/libpcap/msdos/
Dpktdrvr.c76 WORD r_ip, r_cs, r_sp, r_ss; member
331 reg.r_ss = reg.r_sp = 0; /* DPMI host provides stack */ in PktInterrupt()
/external/valgrind/include/vki/
Dvki-solaris.h1458 #undef r_sp