Searched refs:X86TSS64 (Results 1 - 4 of 4) sorted by relevance
/vbox/include/iprt/ |
H A D | x86.h | 3556 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 D | IEMAllCImpl.cpp.h | 39 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 D | IEMAll.cpp | 2130 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 D | DBGCEmulateCodeView.cpp | 3253 cbTssMin = RT_OFFSETOF(X86TSS64, IntRedirBitmap);
|
Completed in 248 milliseconds