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

/vbox/include/iprt/
H A Dx86.h3556 typedef struct X86TSS64 struct
3583 } X86TSS64; typedef in typeref:struct:X86TSS64
3586 typedef X86TSS64 *PX86TSS64;
3588 typedef const X86TSS64 *PCX86TSS64;
3590 AssertCompileSize(X86TSS64, 136);
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAllCImpl.cpp.h39 AssertCompileMembersAtSameOffset(X86TSS32, offIoBitmap, X86TSS64, offIoBitmap);
40 AssertCompile(sizeof(X86TSS32) == sizeof(X86TSS64));
59 pCtx->tr.u64Base + RT_OFFSETOF(X86TSS64, offIoBitmap));
1226 offNewStack = RT_OFFSETOF(X86TSS64, rsp0) + uNewCSDpl * RT_SIZEOFMEMB(X86TSS64, rsp0);
1227 cbNewStack = RT_SIZEOFMEMB(X86TSS64, rsp0);
H A DIEMAll.cpp2130 off = (uIst - 1) * sizeof(uint64_t) + RT_OFFSETOF(X86TSS64, ist1);
2132 off = uCpl * sizeof(uint64_t) + RT_OFFSETOF(X86TSS64, rsp0);
/vbox/src/VBox/Debugger/
H A DDBGCEmulateCodeView.cpp3253 cbTssMin = RT_OFFSETOF(X86TSS64, IntRedirBitmap);

Completed in 248 milliseconds