Home | History | Annotate | Download | only in m_sigframe

Lines Matching defs:rsp

360    SC2(rsp,RSP);
449 Addr rsp = rsp_top_of_frame;
454 rsp -= sizeof(*frame);
455 rsp = VG_ROUNDDN(rsp, 16);
456 frame = (struct rt_sigframe *)rsp;
458 if (!extend(tst, rsp, sizeof(*frame)))
463 rsp, offsetof(struct rt_sigframe, vg) );
489 rsp, offsetof(struct rt_sigframe, vg) );
493 return rsp;
506 Addr rsp;
510 rsp = build_rt_sigframe(tst, rsp_top_of_frame, siginfo, siguc,
512 frame = (struct rt_sigframe *)rsp;
515 /* tst->m_rsp = rsp; also notify the tool we've updated RSP */
516 VG_(set_SP)(tid, rsp);
528 VG_(printf)("pushed signal frame; %%RSP now = %#lx, "
530 rsp, tst->arch.vex.guest_RIP, tst->status);
575 tst->arch.vex.guest_RSP = sc->rsp;
610 Addr rsp;
620 rsp = tst->arch.vex.guest_RSP;
622 size = restore_rt_sigframe(tst, (struct rt_sigframe *)rsp, &sigNo);
624 VG_TRACK( die_mem_stack_signal, rsp - VG_STACK_REDZONE_SZB,