- Timestamp:
- Feb 4, 2020 6:32:19 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 135972
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/HMInternal.h
r82814 r82965 833 833 * @{ */ 834 834 /** List of LastBranch-From-IP MSRs. */ 835 uint64_t au64LbrFromIpMsr[32];835 uint64_t au64LbrFromIpMsr[32]; 836 836 /** List of LastBranch-To-IP MSRs. */ 837 uint64_t au64LbrToIpMsr[32];837 uint64_t au64LbrToIpMsr[32]; 838 838 /** The MSR containing the index to the most recent branch record. */ 839 uint64_t u64LbrTosMsr;839 uint64_t u64LbrTosMsr; 840 840 /** @} */ 841 841 } VMXVMCSINFO;
Note:
See TracChangeset
for help on using the changeset viewer.