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

  /external/valgrind/main/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
194 HWord guest_LDT; /* host addr, a VexGuestX86SegDescr* */
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-x86-linux.c 508 vex->guest_LDT, vex->guest_GDT );
510 if (vex->guest_LDT != (HWord)NULL) {
511 free_LDT_or_GDT( (VexGuestX86SegDescr*)vex->guest_LDT );
512 vex->guest_LDT = (HWord)NULL;
549 ldt = (Char*)(VG_(threads)[tid].arch.vex.guest_LDT);
583 ldt = (VexGuestX86SegDescr*)VG_(threads)[tid].arch.vex.guest_LDT;
604 VG_(threads)[tid].arch.vex.guest_LDT = (HWord)ldt;
756 if (parent->vex.guest_LDT == (HWord)NULL) {
758 child->vex.guest_LDT = (HWord)NULL;
761 child->vex.guest_LDT = (HWord)alloc_zeroed_x86_LDT()
    [all...]
syswrap-darwin.c     [all...]
  /external/valgrind/main/VEX/priv/
guest_x86_helpers.c     [all...]
guest_x86_toIR.c 266 #define OFFB_LDT offsetof(VexGuestX86State,guest_LDT)
    [all...]

Completed in 61 milliseconds