VirtualBox

Changeset 97608 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Nov 18, 2022 10:59:22 AM (2 years ago)
Author:
vboxsync
Message:

CPUM: Added XSAVEOPT bit to exploded CPUID struct; currently a placeholder.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/cpum.h

    r97560 r97608  
    10531053    /** Supports the XSAVE and XRSTOR instructions. */
    10541054    uint32_t        fXSaveRstor : 1;
     1055    /** Supports the XSAVEOPT instruction. */
     1056    uint32_t        fXSaveOpt : 1;
    10551057    /** The XSAVE/XRSTOR bit in CR4 has been set (only applicable for host!). */
    10561058    uint32_t        fOpSysXSaveRstor : 1;
     
    11961198    /** Alignment padding / reserved for future use (96 bits total, plus 12 bytes
    11971199     *  prior to the bit fields -> total of 24 bytes) */
    1198     uint32_t        fPadding0 : 27;
     1200    uint32_t        fPadding0 : 26;
    11991201
    12001202
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette