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

/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/
H A Dxptcinvoke_asm_osf1_alpha.s56 ldt $f17,8($30) /* floating point registers */ label
57 ldt $f18,16($30) label
58 ldt $f19,24($30) label
59 ldt $f20,32($30) label
60 ldt $f21,40($30) label
/vbox/src/VBox/Devices/PC/BIOS/
H A Dinvop.c41 uint16_t ldt; /* 81Ch */ member in struct:tag_ldall_286
/vbox/src/recompiler/tests/
H A Dtest-i386.c1236 #include <asm/ldt.h>
1285 struct modify_ldt_ldt_s ldt; local
1294 ldt.entry_number = 1;
1295 ldt.base_addr = (unsigned long)&seg_data1;
1296 ldt.limit = (sizeof(seg_data1) + 0xfff) >> 12;
1297 ldt.seg_32bit = 1;
1298 ldt.contents = MODIFY_LDT_CONTENTS_DATA;
1299 ldt.read_exec_only = 0;
1300 ldt.limit_in_pages = 1;
1301 ldt
1387 struct modify_ldt_ldt_s ldt; local
1794 struct modify_ldt_ldt_s ldt; local
[all...]
/vbox/src/recompiler/target-i386/
H A Dcpu.h638 SegmentCache ldt; member in struct:CPUX86State
845 SegmentCache_Ver16 ldt; member in struct:CPUX86State_Ver16

Completed in 42 milliseconds