Searched refs:guest_DS (Results 1 - 9 of 9) sorted by relevance

/external/valgrind/main/VEX/pub/
H A Dlibvex_guest_x86.h188 UShort guest_DS; member in struct:__anon12042
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-x86-darwin.c80 mach->__ds = vex->guest_DS;
136 vex->guest_DS = mach->__ds;
/external/valgrind/main/coregrind/m_gdbserver/
H A Dvalgrind-low-x86.c166 case 12: VG_(transfer) (&x86->guest_DS, buf, dir, size, mod); break;
/external/valgrind/main/coregrind/m_sigframe/
H A Dsigframe-x86-linux.c666 tst->arch.vex.guest_DS = sc->ds;
/external/valgrind/main/coregrind/m_coredump/
H A Dcoredump-elf.c265 regs->ds = arch->vex.guest_DS;
/external/valgrind/main/coregrind/
H A Dm_debugger.c56 regs.ds = vex->guest_DS;
/external/valgrind/main/coregrind/m_initimg/
H A Dinitimg-linux.c994 asm volatile("movw %%ds, %0" : : "m" (arch->vex.guest_DS));
/external/valgrind/main/VEX/priv/
H A Dguest_x86_helpers.c2698 vex_state->guest_DS = 0;
2803 /* 11 */ ALWAYSDEFD(guest_DS),
H A Dguest_x86_toIR.c261 #define OFFB_DS offsetof(VexGuestX86State,guest_DS)

Completed in 55 milliseconds