Changeset 97529 in vbox for trunk/include
- Timestamp:
- Nov 14, 2022 11:52:01 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/cpum.h
r97317 r97529 1130 1130 /** Supports AES-NI (six AESxxx instructions). */ 1131 1131 uint32_t fAesNi : 1; 1132 /** Support MOVBE instruction. */ 1133 uint32_t fMovBe : 1; 1132 1134 1133 1135 /** Supports AMD 3DNow instructions. */ … … 1190 1192 /** Alignment padding / reserved for future use (96 bits total, plus 12 bytes 1191 1193 * prior to the bit fields -> total of 24 bytes) */ 1192 uint32_t fPadding0 : 30;1194 uint32_t fPadding0 : 29; 1193 1195 1194 1196
Note:
See TracChangeset
for help on using the changeset viewer.