Searched refs:guest_ESI (Results 1 – 11 of 11) sorted by relevance
72 mach->__esi = vex->guest_ESI; in x86_thread_state32_from_vex()128 vex->guest_ESI = mach->__esi; in x86_thread_state32_to_vex()305 vex->guest_ESI = flags; in pthread_hijack()474 vex->guest_ESI = 0; in wqthread_hijack()
162 uc->uc_mcontext.gregs[VKI_ESI] = tst->arch.vex.guest_ESI; in ML_()369 tst->arch.vex.guest_ESI = uc->uc_mcontext.gregs[VKI_ESI]; in ML_()
469 canonical->arg4 = gst->guest_ESI; in getSyscallArgsFromGuestState()797 gst->guest_ESI = canonical->arg4; in putSyscallArgsIntoGuestState()
153 UInt guest_ESI; member
137 case 6: VG_(transfer) (&x86->guest_ESI, buf, dir, size, mod); break; in transfer_register()
616 tst->arch.vex.guest_ESI = sc->esi; in restore_sigcontext()
249 regs->esi = arch->vex.guest_ESI; in fill_prstatus()
281 (*regs)[VKI_ESI] = arch->vex.guest_ESI; in fill_regset()
200 (*f)(tid, "ESI", vex->guest_ESI); in apply_to_GPs_of_tid()
2831 vex_state->guest_ESI = 0; in LibVEX_GuestX86_initialise()
238 #define OFFB_ESI offsetof(VexGuestX86State,guest_ESI)