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

/external/kernel-headers/original/asm-x86/
H A Dmmu.h11 * cpu_vm_mask is used to optimize ldt flushing.
14 void *ldt; member in struct:__anon7367
H A Dprocessor_32.h316 unsigned short ldt, __ldth; member in struct:i386_hw_tss
/external/qemu/
H A Dkqemu.h50 struct kqemu_segment_cache ldt; member in struct:kqemu_cpu_state
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-x86-linux.c409 linux/kernel/ldt.c). */
508 "ldt = 0x%lx, gdt = 0x%lx\n",
524 * linux/kernel/ldt.c
541 UChar* ldt; local
550 ldt = (Char*)(VG_(threads)[tid].arch.vex.guest_LDT);
552 if (ldt == NULL)
562 ptr[i] = ldt[i];
573 VexGuestX86SegDescr* ldt; local
584 ldt = (VexGuestX86SegDescr*)VG_(threads)[tid].arch.vex.guest_LDT;
603 if (ldt
[all...]
H A Dsyswrap-darwin.c7648 return VG_(arena_calloc)(VG_AR_CORE, "syswrap-darwin.ldt", nbytes, 1);
7658 // Point the USER_CTHREAD ldt entry (slot 6, reg 0x37) at this pthread
7660 VexGuestX86SegDescr *ldt; local
7662 ldt = (VexGuestX86SegDescr *)tst->arch.vex.guest_LDT;
7663 if (!ldt) {
7664 ldt = alloc_zeroed_x86_LDT();
7665 tst->arch.vex.guest_LDT = (HWord)ldt;
7667 VG_(memset)(&ldt[6], 0, sizeof(ldt[6]));
7668 ldt[
[all...]
/external/qemu/android/config/linux-x86/asm/
H A Dkvm.h120 struct kvm_segment tr, ldt; member in struct:kvm_sregs
/external/qemu/android/config/linux-x86_64/asm/
H A Dkvm.h120 struct kvm_segment tr, ldt; member in struct:kvm_sregs
/external/valgrind/main/VEX/priv/
H A Dguest_x86_helpers.c2567 ULong x86g_use_seg_selector ( HWord ldt, HWord gdt, argument
2619 if (ldt == 0)
2625 the_descrs = (VexGuestX86SegDescr*)ldt;
/external/qemu/target-i386/
H A Dcpu.h585 SegmentCache ldt; member in struct:CPUX86State

Completed in 187 milliseconds