Searched refs:VKI_UESP (Results 1 – 5 of 5) sorted by relevance
113 uc->uc_mcontext.gregs[VKI_UESP] = (UWord)stack; in ML_()168 uc->uc_mcontext.gregs[VKI_UESP] = tst->arch.vex.guest_ESP; in ML_()170 (Addr)&uc->uc_mcontext.gregs[VKI_UESP], sizeof(UWord)); in ML_()377 tst->arch.vex.guest_ESP = uc->uc_mcontext.gregs[VKI_UESP]; in ML_()379 (Addr)&uc->uc_mcontext.gregs[VKI_UESP], OFFSET_x86_ESP, in ML_()
2777 tst->arch.vex.guest_ESP = uc->uc_mcontext.gregs[VKI_UESP]; in VG_()
586 # define VG_UCONTEXT_STACK_PTR(uc) ((Addr)(uc)->uc_mcontext.gregs[VKI_UESP])594 (srP)->r_sp = (ULong)(uc)->uc_mcontext.gregs[VKI_UESP]; \
1316 #define VKI_UESP UESP macro
284 (*regs)[VKI_UESP] = arch->vex.guest_ESP; in fill_regset()