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 509 vex->guest_LDT, vex->guest_GDT );
511 if (vex->guest_LDT != (HWord)NULL) {
512 free_LDT_or_GDT( (VexGuestX86SegDescr*)vex->guest_LDT );
513 vex->guest_LDT = (HWord)NULL;
550 ldt = (Char*)(VG_(threads)[tid].arch.vex.guest_LDT);
584 ldt = (VexGuestX86SegDescr*)VG_(threads)[tid].arch.vex.guest_LDT;
605 VG_(threads)[tid].arch.vex.guest_LDT = (HWord)ldt;
757 if (parent->vex.guest_LDT == (HWord)NULL) {
759 child->vex.guest_LDT = (HWord)NULL;
762 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 157 milliseconds