Changeset 97608 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Nov 18, 2022 10:59:22 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/cpum.h
r97560 r97608 1053 1053 /** Supports the XSAVE and XRSTOR instructions. */ 1054 1054 uint32_t fXSaveRstor : 1; 1055 /** Supports the XSAVEOPT instruction. */ 1056 uint32_t fXSaveOpt : 1; 1055 1057 /** The XSAVE/XRSTOR bit in CR4 has been set (only applicable for host!). */ 1056 1058 uint32_t fOpSysXSaveRstor : 1; … … 1196 1198 /** Alignment padding / reserved for future use (96 bits total, plus 12 bytes 1197 1199 * prior to the bit fields -> total of 24 bytes) */ 1198 uint32_t fPadding0 : 2 7;1200 uint32_t fPadding0 : 26; 1199 1201 1200 1202
Note:
See TracChangeset
for help on using the changeset viewer.