Home
last modified time | relevance | path

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

/external/valgrind/VEX/pub/
Dlibvex_guest_x86.h193 UShort guest_FS; member
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-x86-darwin.c81 mach->__fs = vex->guest_FS; in x86_thread_state32_from_vex()
137 vex->guest_FS = mach->__fs; in x86_thread_state32_to_vex()
Dsyswrap-x86-solaris.c208 uc->uc_mcontext.gregs[VKI_FS] = tst->arch.vex.guest_FS; in ML_()
413 tst->arch.vex.guest_FS = uc->uc_mcontext.gregs[VKI_FS]; in ML_()
Dsyswrap-linux.c560 ctst->arch.vex.guest_FS, ctst->arch.vex.guest_GS); in setup_child_tls()
/external/valgrind/coregrind/m_gdbserver/
Dvalgrind-low-x86.c158 case 14: VG_(transfer) (&x86->guest_FS, buf, dir, size, mod); break; in transfer_register()
/external/valgrind/coregrind/m_sigframe/
Dsigframe-x86-linux.c624 tst->arch.vex.guest_FS = sc->fs; in restore_sigcontext()
/external/valgrind/coregrind/m_coredump/
Dcoredump-elf.c278 regs->fs = arch->vex.guest_FS; in fill_prstatus()
Dcoredump-solaris.c289 (*regs)[VKI_FS] = arch->vex.guest_FS; in fill_regset()
/external/valgrind/VEX/priv/
Dguest_x86_helpers.c2864 vex_state->guest_FS = 0; in LibVEX_GuestX86_initialise()
2974 /* 13 */ ALWAYSDEFD(guest_FS),
Dguest_x86_toIR.c260 #define OFFB_FS offsetof(VexGuestX86State,guest_FS)