VirtualBox

Changeset 95359 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jun 23, 2022 9:45:13 PM (3 years ago)
Author:
vboxsync
Message:

VMM/CPUM: Added a fPopCnt member to the x86 features and corrected the setting of fAbm as it is applicable to Intel too. bugref:9898

File:
1 edited

Legend:

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

    r95350 r95359  
    11101110     * and SHLX). */
    11111111    uint32_t        fBmi2 : 1;
     1112    /** Support POPCNT instruction. */
     1113    uint32_t        fPopCnt : 1;
    11121114    /** Support RDRAND instruction. */
    11131115    uint32_t        fRdRand : 1;
     
    11741176    /** Alignment padding / reserved for future use (96 bits total, plus 12 bytes
    11751177     *  prior to the bit fields -> total of 24 bytes) */
    1176     uint32_t        fPadding0 : 1;
    1177     uint32_t        fPadding1;
     1178    uint32_t        fPadding0;
    11781179
    11791180
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