Searched refs:VKI_REG_RSP (Results 1 – 5 of 5) sorted by relevance
106 uc->uc_mcontext.gregs[VKI_REG_RSP] = (UWord)stack; in ML_()168 uc->uc_mcontext.gregs[VKI_REG_RSP] = tst->arch.vex.guest_RSP; in ML_()170 (Addr)&uc->uc_mcontext.gregs[VKI_REG_RSP], sizeof(UWord)); in ML_()387 tst->arch.vex.guest_RSP = uc->uc_mcontext.gregs[VKI_REG_RSP]; in ML_()389 (Addr)&uc->uc_mcontext.gregs[VKI_REG_RSP], OFFSET_amd64_RSP, in ML_()
2780 tst->arch.vex.guest_RSP = uc->uc_mcontext.gregs[VKI_REG_RSP]; in VG_()
600 # define VG_UCONTEXT_STACK_PTR(uc) ((Addr)(uc)->uc_mcontext.gregs[VKI_REG_RSP])608 (srP)->r_sp = (uc)->uc_mcontext.gregs[VKI_REG_RSP]; \
1349 #define VKI_REG_RSP REG_RSP macro
309 (*regs)[VKI_REG_RSP] = arch->vex.guest_RSP; in fill_regset()