Changeset 97070 in vbox for trunk/include/VBox
- Timestamp:
- Oct 10, 2022 3:25:06 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/cpum.h
r96979 r97070 1128 1128 /** Support PCLMULQDQ instruction. */ 1129 1129 uint32_t fPclMul : 1; 1130 /** Supports AES-NI (six AESxxx instructions). */ 1131 uint32_t fAesNi : 1; 1130 1132 1131 1133 /** Supports AMD 3DNow instructions. */ … … 1188 1190 /** Alignment padding / reserved for future use (96 bits total, plus 12 bytes 1189 1191 * prior to the bit fields -> total of 24 bytes) */ 1190 uint32_t fPadding0 : 3 1;1192 uint32_t fPadding0 : 30; 1191 1193 1192 1194
Note:
See TracChangeset
for help on using the changeset viewer.