Searched defs:ldt (Results 1 - 5 of 5) sorted by relevance

/external/libchrome/base/mac/
H A Dscoped_launch_data.h19 static void Free(launch_data_t ldt) { launch_data_free(ldt); } argument
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-x86-linux.c388 linux/kernel/ldt.c). */
487 "ldt = 0x%lx, gdt = 0x%lx\n",
503 * linux/kernel/ldt.c
520 UChar* ldt; local
529 ldt = (UChar*)(VG_(threads)[tid].arch.vex.guest_LDT);
531 if (ldt == NULL)
541 ptr[i] = ldt[i];
552 VexGuestX86SegDescr* ldt; local
563 ldt = (VexGuestX86SegDescr*)VG_(threads)[tid].arch.vex.guest_LDT;
582 if (ldt
[all...]
H A Dsyswrap-darwin.c9066 return VG_(calloc)("syswrap-darwin.ldt", nbytes, 1);
9076 // Point the USER_CTHREAD ldt entry (slot 6, reg 0x37) at this pthread
9078 VexGuestX86SegDescr *ldt; local
9080 ldt = (VexGuestX86SegDescr *)tst->arch.vex.guest_LDT;
9081 if (!ldt) {
9082 ldt = alloc_zeroed_x86_LDT();
9083 tst->arch.vex.guest_LDT = (HWord)ldt;
9085 VG_(memset)(&ldt[6], 0, sizeof(ldt[6]));
9086 ldt[
[all...]
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dkvm.h148 struct kvm_segment tr, ldt; member in struct:kvm_sregs
/external/valgrind/VEX/priv/
H A Dguest_x86_helpers.c2729 ULong x86g_use_seg_selector ( HWord ldt, HWord gdt, argument
2781 if (ldt == 0)
2787 the_descrs = (VexGuestX86SegDescr*)ldt;

Completed in 217 milliseconds