Changeset 100855 in vbox for trunk/include/VBox
- Timestamp:
- Aug 11, 2023 8:02:37 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/cpum-x86-amd64.h
r99814 r100855 836 836 /** MWAIT Extensions present. */ 837 837 uint32_t fMWaitExtensions : 1; 838 /** Supports CMPXCHG8B. */ 839 uint32_t fCmpXchg8b : 1; 838 840 /** Supports CMPXCHG16B in 64-bit mode. */ 839 uint32_t f MovCmpXchg16b : 1;841 uint32_t fCmpXchg16b : 1; 840 842 /** Supports CLFLUSH. */ 841 843 uint32_t fClFlush : 1; … … 948 950 /** Alignment padding / reserved for future use (96 bits total, plus 12 bytes 949 951 * prior to the bit fields -> total of 24 bytes) */ 950 uint32_t fPadding0 : 2 3;952 uint32_t fPadding0 : 22; 951 953 952 954
Note:
See TracChangeset
for help on using the changeset viewer.