Changeset 91302 in vbox
- Timestamp:
- Sep 17, 2021 1:50:32 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 146962
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/cpum.h
r91297 r91302 949 949 /** The offset of the 64-bit MSR value relative to the start of CPUMCPU. 950 950 * UINT16_MAX if not used by the read and write functions. [12] */ 951 uint 16_t offCpumCpu;951 uint32_t offCpumCpu : 24; 952 952 /** Reserved for future hacks. [14] */ 953 uint 16_t fReserved;953 uint32_t fReserved : 8; 954 954 /** The init/read value. [16] 955 955 * When enmRdFn is kCpumMsrRdFn_INIT_VALUE, this is the value returned on RDMSR.
Note:
See TracChangeset
for help on using the changeset viewer.