VirtualBox

Changeset 91302 in vbox


Ignore:
Timestamp:
Sep 17, 2021 1:50:32 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
146962
Message:

VMM/CPUM,++: Expand CPUMMSRRANGE::offCpumCpu to 24 bits so the entire CPUMCPU can be addressed now that it's grown above 64KB. bugref:10093

File:
1 edited

Legend:

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

    r91297 r91302  
    949949    /** The offset of the 64-bit MSR value relative to the start of CPUMCPU.
    950950     * UINT16_MAX if not used by the read and write functions.  [12] */
    951     uint16_t    offCpumCpu;
     951    uint32_t    offCpumCpu : 24;
    952952    /** Reserved for future hacks. [14] */
    953     uint16_t    fReserved;
     953    uint32_t    fReserved : 8;
    954954    /** The init/read value. [16]
    955955     * When enmRdFn is kCpumMsrRdFn_INIT_VALUE, this is the value returned on RDMSR.
Note: See TracChangeset for help on using the changeset viewer.

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