Changeset 76489 in vbox
- Timestamp:
- Dec 27, 2018 5:12:31 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/HMInternal.h
r76483 r76489 572 572 * address. 573 573 */ 574 AVLOU32TREE 575 uint32_t 576 HMTPRPATCH 574 AVLOU32TREE PatchTree; 575 uint32_t cPatches; 576 HMTPRPATCH aPatches[64]; 577 577 578 578 /** Last recorded error code during HM ring-0 init. */ 579 int32_t rcInit;579 int32_t rcInit; 580 580 581 581 /** HMR0Init was run */ 582 bool fHMR0Init;583 bool u8Alignment1[3];584 585 STAMCOUNTER StatTprPatchSuccess;586 STAMCOUNTER StatTprPatchFailure;587 STAMCOUNTER StatTprReplaceSuccessCr8;588 STAMCOUNTER StatTprReplaceSuccessVmc;589 STAMCOUNTER StatTprReplaceFailure;582 bool fHMR0Init; 583 bool u8Alignment1[3]; 584 585 STAMCOUNTER StatTprPatchSuccess; 586 STAMCOUNTER StatTprPatchFailure; 587 STAMCOUNTER StatTprReplaceSuccessCr8; 588 STAMCOUNTER StatTprReplaceSuccessVmc; 589 STAMCOUNTER StatTprReplaceFailure; 590 590 } HM; 591 591 /** Pointer to HM VM instance data. */
Note:
See TracChangeset
for help on using the changeset viewer.