Searched refs:selLdt (Results 1 - 6 of 6) sorted by relevance
/vbox/include/VBox/ |
H A D | types.h | 841 RTSEL selLdt; member in struct:VBOXTSS
|
/vbox/include/iprt/ |
H A D | x86.h | 3459 RTSEL selLdt; member in struct:X86TSS16 3536 RTSEL selLdt; member in struct:X86TSS32
|
/vbox/src/VBox/VMM/VMMAll/ |
H A D | IEMAll.cpp | 2567 uint32_t cbCurTSS = RT_OFFSETOF(X86TSS32, selLdt) - RT_OFFSETOF(X86TSS32, eip); 2568 AssertCompile(RTASSERT_OFFSET_OF(X86TSS32, selLdt) - RTASSERT_OFFSET_OF(X86TSS32, eip) == 64); 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); 2685 uNewLdt = pNewTSS32->selLdt; 2708 uNewLdt = pNewTSS16->selLdt;
|
/vbox/src/VBox/Debugger/ |
H A D | DBGCEmulateCodeView.cpp | 3308 pTss->selPrev, pTss->selLdt); 3333 pTss->selPrev, pTss->selLdt, pTss->cr3, pTss->fDebugTrap, pTss->offIoBitmap);
|
/vbox/src/VBox/VMM/VMMRC/ |
H A D | TRPMRCHandlersA.asm | 1198 movzx eax, word [ecx + VBOXTSS.selLdt]
|
/vbox/src/VBox/VMM/VMMR3/ |
H A D | SELM.cpp | 484 pVM->selm.s.TssTrap08.selLdt = 0;
|
Completed in 2033 milliseconds