Searched refs:HM (Results 1 - 8 of 8) sorted by relevance
/vbox/src/VBox/VMM/testcase/ |
H A D | tstVMStructSize.cpp | 408 CHECK_MEMBER_ALIGNMENT(HM, uMaxAsid, 8); 409 CHECK_MEMBER_ALIGNMENT(HM, vmx, 8); 410 CHECK_MEMBER_ALIGNMENT(HM, vmx.Msrs, 8); 411 CHECK_MEMBER_ALIGNMENT(HM, svm, 8); 412 CHECK_MEMBER_ALIGNMENT(HM, PatchTree, 8); 413 CHECK_MEMBER_ALIGNMENT(HM, aPatches, 8);
|
/vbox/src/VBox/VMM/include/ |
H A D | HMInternal.h | 3 * HM - Internal header file. 61 * Clears a HM-context flag. 69 * Sets a HM-context flag. 77 * Checks if all the flags in the specified HM-context set is pending. 85 * Checks if one or more of the flags in the specified HM-context set is 94 * Checks if -only- one or more of the specified HM-context flags is pending. 102 * Checks if -only- all the flags in the specified HM-context set is pending. 110 * Resets the HM-context flags to the specified value. 118 * Returns the current HM-context flags value. 143 /** @name HM change 327 typedef struct HM struct 484 } HM; typedef in typeref:struct:HM [all...] |
/vbox/src/VBox/Runtime/VBox/ |
H A D | log-vbox.cpp | 257 ASSERT_LOG_GROUP(HM);
|
/vbox/src/VBox/VMM/VMMAll/ |
H A D | MMAll.cpp | 647 TAG2STR(HM);
|
/vbox/include/VBox/vmm/ |
H A D | vm.h | 71 /** CPU started in HM context. */ 73 /** Executing guest code and can be poked (RC or STI bits of HM). */ 139 /** HM part. */ 379 * by HM). */ 382 * only by HM). */ 391 * Consumer: HM 395 * Consumer: HM 476 /** VM Flags that cause the HM loops to go back to ring-3. */ 479 /** VMCPU Flags that cause the HM loops to go back to ring-3. */ 482 /** High priority ring-0 VM pre HM [all...] |
/vbox/src/VBox/VMM/VMMR0/ |
H A D | CPUMR0A.asm | 3 ; CPUM - Ring-0 Assembly Routines (supporting HM and IEM).
|
H A D | HMR0A.asm | 3 ; HM - Ring-0 VMX, SVM world-switch and helper routines
|
/vbox/src/VBox/VMM/VMMR3/ |
H A D | HM.cpp | 3 * HM - Intel/AMD VM Hardware Support Manager. 283 LogRel(("HM: " #featflag "\n")); \ 285 LogRel(("HM: " #featflag " (must be cleared)\n")); \ 287 LogRel(("HM: " #featflag " (must be set)\n")); \ 293 LogRel(("HM: " #featflag "\n")); \ 295 LogRel(("HM: " #featflag " not supported\n")); \ 301 LogRel(("HM: " #cap "\n")); \ 319 * Initializes the HM. 348 int rc = SSMR3RegisterInternal(pVM, "HWACCM", 0, HM_SAVED_STATE_VERSION, sizeof(HM), 358 PCFGMNODE pCfgHM = CFGMR3GetChild(CFGMR3GetRoot(pVM), "HM/"); [all...] |
Completed in 107 milliseconds