Changeset 68910 in vbox for trunk/include/VBox/vmm/hm_svm.h
- Timestamp:
- Sep 28, 2017 3:44:36 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 118173
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hm_svm.h
r68433 r68910 996 996 /** Cache of the TLB control. */ 997 997 SVMTLBCTRL TLBCtrl; 998 /** Cache of the nested-paging control. */ 999 SVMNPCTRL NestedPagingCtrl; 998 1000 /** @} */ 999 1001 … … 1002 1004 /** Cache of CR3. */ 1003 1005 uint64_t u64CR3; 1006 /** Cache of CR4. */ 1007 uint64_t u64CR4; 1004 1008 /** @} */ 1005 1009 1006 1010 /** @name Other miscellaneous state. 1007 1011 * @{ */ 1008 /** Whether a VMRUN was just emulated in R0 and the VMCB is up to date. */1009 bool fVmrunEmulatedInR0;1010 1012 /** Whether the VMCB exit code and info fields are updated during \#VMEXIT 1011 1013 * processing. */ … … 1016 1018 bool fValid; 1017 1019 /** Alignment. */ 1018 bool afPadding0[ 4];1020 bool afPadding0[5]; 1019 1021 /** @} */ 1020 1022 } SVMNESTEDVMCBCACHE;
Note:
See TracChangeset
for help on using the changeset viewer.