Changeset 99814 in vbox for trunk/include/VBox/vmm/cpum-x86-amd64.h
- Timestamp:
- May 16, 2023 4:32:30 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/cpum-x86-amd64.h
r99648 r99814 916 916 uint32_t fLeakyFxSR : 1; 917 917 918 /** Supports VEX instruction encoding (AVX, BMI, etc.). */ 919 uint32_t fVex : 1; 920 918 921 /** AMD64: Supports AMD SVM. */ 919 922 uint32_t fSvm : 1; … … 945 948 /** Alignment padding / reserved for future use (96 bits total, plus 12 bytes 946 949 * prior to the bit fields -> total of 24 bytes) */ 947 uint32_t fPadding0 : 2 4;950 uint32_t fPadding0 : 23; 948 951 949 952
Note:
See TracChangeset
for help on using the changeset viewer.