Searched refs:SELM (Results 1 - 7 of 7) sorted by relevance
/vbox/src/VBox/VMM/include/ |
H A D | SELMInternal.h | 3 * SELM - Internal header file. 85 * Converts a SELM pointer into a VM pointer. 86 * @returns Pointer to the VM structure the SELM is part of. 87 * @param pSELM Pointer to SELM instance data. 94 * SELM Data (part of VM) 96 typedef struct SELM struct 210 } SELM, *PSELM; typedef in typeref:struct:SELM
|
/vbox/src/VBox/VMM/testcase/ |
H A D | tstVMStruct.h | 978 GEN_CHECK_SIZE(SELM); variable 979 GEN_CHECK_OFF(SELM, offVM); 980 GEN_CHECK_OFF(SELM, aHyperSel[SELM_HYPER_SEL_CS]); 981 GEN_CHECK_OFF(SELM, aHyperSel[SELM_HYPER_SEL_DS]); 982 GEN_CHECK_OFF(SELM, aHyperSel[SELM_HYPER_SEL_CS64]); 983 GEN_CHECK_OFF(SELM, aHyperSel[SELM_HYPER_SEL_TSS]); 984 GEN_CHECK_OFF(SELM, aHyperSel[SELM_HYPER_SEL_TSS_TRAP08]); 985 GEN_CHECK_OFF(SELM, paGdtR3); 986 GEN_CHECK_OFF(SELM, paGdtRC); 987 GEN_CHECK_OFF(SELM, GuestGdt [all...] |
/vbox/src/VBox/Runtime/VBox/ |
H A D | log-vbox.cpp | 284 ASSERT_LOG_GROUP(SELM);
|
/vbox/src/VBox/VMM/VMMAll/ |
H A D | MMAll.cpp | 632 TAG2STR(SELM);
|
/vbox/include/VBox/vmm/ |
H A D | vm.h | 1031 /** SELM part. */ 1035 struct SELM s;
|
/vbox/src/VBox/VMM/VMMRC/ |
H A D | TRPMRCHandlersA.asm | 1162 ; TSS GDT descriptor and the TSSes are writable (X86_PTE_RW). See SELM.cpp
|
/vbox/src/VBox/VMM/VMMR3/ |
H A D | SELM.cpp | 3 * SELM - The Selector Manager. 18 /** @page pg_selm SELM - The Selector Manager 20 * SELM takes care of GDT, LDT and TSS shadowing in raw-mode, and the injection 47 * When in raw-mode SELM also injects a few extra GDT selectors which are used 87 /** SELM saved state version. */ 118 * Initializes the SELM. 193 rc = SSMR3RegisterInternal(pVM, "selm", 1, SELM_SAVED_STATE_VERSION, sizeof(SELM), 205 STAM_REG(pVM, &pVM->selm.s.StatRCWriteGuestGDTHandled, STAMTYPE_COUNTER, "/SELM/GC/Write/Guest/GDTInt", STAMUNIT_OCCURENCES, "The number of handled writes to the Guest GDT."); 206 STAM_REG(pVM, &pVM->selm.s.StatRCWriteGuestGDTUnhandled, STAMTYPE_COUNTER, "/SELM/GC/Write/Guest/GDTEmu", STAMUNIT_OCCURENCES, "The number of unhandled writes to the Guest GDT."); 207 STAM_REG(pVM, &pVM->selm.s.StatRCWriteGuestLDT, STAMTYPE_COUNTER, "/SELM/G [all...] |
Completed in 1245 milliseconds