Searched refs:X86TSS16 (Results 1 - 4 of 4) sorted by relevance

/vbox/include/iprt/
H A Dx86.h3414 typedef struct X86TSS16 struct
3460 } X86TSS16; typedef in typeref:struct:X86TSS16
3462 AssertCompileSize(X86TSS16, X86_SEL_TYPE_SYS_286_TSS_LIMIT_MIN + 1);
3466 typedef X86TSS16 *PX86TSS16;
3468 typedef const X86TSS16 *PCX86TSS16;
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAll.cpp2055 * 16-bit TSS (X86TSS16).
2610 uint32_t offCurTSS = RT_OFFSETOF(X86TSS16, ip);
2611 uint32_t cbCurTSS = RT_OFFSETOF(X86TSS16, selLdt) - RT_OFFSETOF(X86TSS16, ip);
2612 AssertCompile(RTASSERT_OFFSET_OF(X86TSS16, selLdt) - RTASSERT_OFFSET_OF(X86TSS16, ip) == 28);
H A DIEMAllCImpl.cpp.h1219 offNewStack = RT_OFFSETOF(X86TSS16, sp0) + uNewCSDpl * 4;
1220 cbNewStack = RT_SIZEOFMEMB(X86TSS16, sp0) + RT_SIZEOFMEMB(X86TSS16, ss0);
/vbox/src/VBox/Debugger/
H A DDBGCEmulateCodeView.cpp3246 cbTssMin = cbTssMax = sizeof(X86TSS16);

Completed in 1002 milliseconds