Searched refs:ldt (Results 1 - 10 of 10) sorted by relevance

/external/valgrind/VEX/test/
H A Dtest-amd64.c957 #include <asm/ldt.h>
988 struct modify_ldt_ldt_s ldt;
997 ldt.entry_number = 1;
998 ldt.base_addr = (unsigned long)&seg_data1;
999 ldt.limit = (sizeof(seg_data1) + 0xfff) >> 12;
1000 ldt.seg_32bit = 1;
1001 ldt.contents = MODIFY_LDT_CONTENTS_DATA;
1002 ldt.read_exec_only = 0;
1003 ldt.limit_in_pages = 1;
1004 ldt
[all...]
H A Dtest-i386.c919 #include <asm/ldt.h>
950 struct modify_ldt_ldt_s ldt;
959 ldt.entry_number = 1;
960 ldt.base_addr = (unsigned long)&seg_data1;
961 ldt.limit = (sizeof(seg_data1) + 0xfff) >> 12;
962 ldt.seg_32bit = 1;
963 ldt.contents = MODIFY_LDT_CONTENTS_DATA;
964 ldt.read_exec_only = 0;
965 ldt.limit_in_pages = 1;
966 ldt
[all...]
/external/strace/
H A Dldt.c5 # include <asm/ldt.h>
H A DAndroid.mk81 ldt.c \
/external/valgrind/VEX/priv/
H A Dguest_x86_defs.h134 ULong x86g_use_seg_selector ( HWord ldt, HWord gdt,
H A Dguest_x86_helpers.c2615 ULong x86g_use_seg_selector ( HWord ldt, HWord gdt, argument
2667 if (ldt == 0)
2673 the_descrs = (VexGuestX86SegDescr*)ldt;
/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.c8723 return VG_(calloc)("syswrap-darwin.ldt", nbytes, 1);
8733 // Point the USER_CTHREAD ldt entry (slot 6, reg 0x37) at this pthread
8735 VexGuestX86SegDescr *ldt; local
8737 ldt = (VexGuestX86SegDescr *)tst->arch.vex.guest_LDT;
8738 if (!ldt) {
8739 ldt = alloc_zeroed_x86_LDT();
8740 tst->arch.vex.guest_LDT = (HWord)ldt;
8742 VG_(memset)(&ldt[6], 0, sizeof(ldt[6]));
8743 ldt[
[all...]
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dkvm.h146 struct kvm_segment tr, ldt; member in struct:kvm_sregs
/external/valgrind/coregrind/m_gdbserver/
H A Dvalgrind-low-x86.c263 extern ULong x86g_use_seg_selector ( HWord ldt, HWord gdt,

Completed in 276 milliseconds