Searched refs:guest_DS (Results 1 – 11 of 11) sorted by relevance
191 UShort guest_DS; member
79 mach->__ds = vex->guest_DS; in x86_thread_state32_from_vex()135 vex->guest_DS = mach->__ds; in x86_thread_state32_to_vex()
193 uc->uc_mcontext.gregs[VKI_DS] = tst->arch.vex.guest_DS; in ML_()401 tst->arch.vex.guest_DS = uc->uc_mcontext.gregs[VKI_DS]; in ML_()
156 case 12: VG_(transfer) (&x86->guest_DS, buf, dir, size, mod); break; in transfer_register()
622 tst->arch.vex.guest_DS = sc->ds; in restore_sigcontext()
995 __asm__ __volatile__ ("movw %%ds, %[ds]" : [ds] "=m" (arch->vex.guest_DS)); in VG_()
1058 asm volatile("movw %%ds, %0" : : "m" (arch->vex.guest_DS)); in VG_()
275 regs->ds = arch->vex.guest_DS; in fill_prstatus()
287 (*regs)[VKI_DS] = arch->vex.guest_DS; in fill_regset()
2862 vex_state->guest_DS = 0; in LibVEX_GuestX86_initialise()2972 /* 11 */ ALWAYSDEFD(guest_DS),
258 #define OFFB_DS offsetof(VexGuestX86State,guest_DS)