Home
last modified time | relevance | path

Searched refs:guest_GS (Results 1 – 10 of 10) sorted by relevance

/external/valgrind/main/VEX/pub/
Dlibvex_guest_x86.h193 UShort guest_GS; member
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-x86-darwin.c83 mach->__gs = vex->guest_GS; in x86_thread_state32_from_vex()
139 vex->guest_GS = mach->__gs; in x86_thread_state32_to_vex()
Dsyswrap-x86-linux.c317 ctst->arch.vex.guest_FS, ctst->arch.vex.guest_GS); in do_clone()
Dsyswrap-darwin.c7746 tst->arch.vex.guest_GS = 0x37; in PRE()
/external/valgrind/main/coregrind/m_gdbserver/
Dvalgrind-low-x86.c160 case 15: VG_(transfer) (&x86->guest_GS, buf, dir, size, mod); break; in transfer_register()
/external/valgrind/main/coregrind/m_sigframe/
Dsigframe-x86-linux.c669 tst->arch.vex.guest_GS = sc->gs; in restore_sigcontext()
/external/valgrind/main/coregrind/m_coredump/
Dcoredump-elf.c269 regs->gs = arch->vex.guest_GS; in fill_prstatus()
/external/valgrind/main/coregrind/
Dm_debugger.c60 regs.gs = vex->guest_GS; in ptrace_setregs()
/external/valgrind/main/VEX/priv/
Dguest_x86_helpers.c2752 vex_state->guest_GS = 0; in LibVEX_GuestX86_initialise()
2859 /* 14 */ ALWAYSDEFD(guest_GS),
Dguest_x86_toIR.c261 #define OFFB_GS offsetof(VexGuestX86State,guest_GS)