HomeSort by relevance Sort by last modified time
    Searched refs:guest_LDT (Results 1 - 6 of 6) sorted by null

  /external/valgrind/coregrind/m_syswrap/
syswrap-x86-linux.c 374 vex->guest_LDT, vex->guest_GDT );
376 if (vex->guest_LDT != (HWord)NULL) {
377 free_LDT_or_GDT( (VexGuestX86SegDescr*)(HWord)vex->guest_LDT );
378 vex->guest_LDT = (HWord)NULL;
415 ldt = (UChar*)(HWord)(VG_(threads)[tid].arch.vex.guest_LDT);
449 ldt = (VexGuestX86SegDescr*)(HWord)VG_(threads)[tid].arch.vex.guest_LDT;
470 VG_(threads)[tid].arch.vex.guest_LDT = (HWord)ldt;
629 if (parent->vex.guest_LDT == (HWord)NULL) {
631 child->vex.guest_LDT = (HWord)NULL;
634 child->vex.guest_LDT = (HWord)alloc_zeroed_x86_LDT()
    [all...]
syswrap-darwin.c     [all...]
  /external/valgrind/VEX/pub/
libvex_guest_x86.h 126 tables are modelled. guest_LDT is either zero (NULL) or points in
133 guest_LDT and guest_GDT at suitable tables. The contents of these
197 ULong guest_LDT; /* host addr, a VexGuestX86SegDescr* */
  /external/valgrind/coregrind/m_gdbserver/
valgrind-low-x86.c 266 ULong dtv_loc_g = x86g_use_seg_selector (x86->guest_LDT,
  /external/valgrind/VEX/priv/
guest_x86_helpers.c     [all...]
guest_x86_toIR.c 263 #define OFFB_LDT offsetof(VexGuestX86State,guest_LDT)
    [all...]

Completed in 209 milliseconds