Searched refs:guest_CS (Results 1 – 11 of 11) sorted by relevance
190 UShort guest_CS; member
78 mach->__cs = vex->guest_CS; in x86_thread_state32_from_vex()134 vex->guest_CS = mach->__cs; in x86_thread_state32_to_vex()
188 uc->uc_mcontext.gregs[VKI_CS] = tst->arch.vex.guest_CS; in ML_()397 tst->arch.vex.guest_CS = uc->uc_mcontext.gregs[VKI_CS]; in ML_()
154 case 10: VG_(transfer) (&x86->guest_CS, buf, dir, size, mod); break; in transfer_register()
620 tst->arch.vex.guest_CS = sc->cs; in restore_sigcontext()
990 __asm__ __volatile__ ("movw %%cs, %[cs]" : [cs] "=m" (arch->vex.guest_CS)); in VG_()
1046 asm volatile("movw %%cs, %0" : : "m" (arch->vex.guest_CS)); in VG_()
254 regs->cs = arch->vex.guest_CS; in fill_prstatus()
286 (*regs)[VKI_CS] = arch->vex.guest_CS; in fill_regset()
2862 vex_state->guest_CS = 0; in LibVEX_GuestX86_initialise()2970 /* 10 */ ALWAYSDEFD(guest_CS),
257 #define OFFB_CS offsetof(VexGuestX86State,guest_CS)