VirtualBox

Changeset 61848 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Jun 23, 2016 12:20:44 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
108258
Message:

VMM/APIC: Use RZ {R0,RC} for the stat counters rather than separate R0, RC members with only using one of them while running the VM.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/APICInternal.h

    r61847 r61848  
    13191319    /** @name APIC statistics.
    13201320     * @{ */
    1321     /** Number of MMIO reads in R0. */
    1322     STAMCOUNTER                 StatMmioReadR0;
     1321    /** Number of MMIO reads in RZ. */
     1322    STAMCOUNTER                 StatMmioReadRZ;
    13231323    /** Number of MMIO reads in R3. */
    13241324    STAMCOUNTER                 StatMmioReadR3;
    1325     /** Number of MMIO reads in RC. */
    1326     STAMCOUNTER                 StatMmioReadRC;
    1327 
    1328     /** Number of MMIO writes in R0. */
    1329     STAMCOUNTER                 StatMmioWriteR0;
     1325
     1326    /** Number of MMIO writes in RZ. */
     1327    STAMCOUNTER                 StatMmioWriteRZ;
    13301328    /** Number of MMIO writes in R3. */
    13311329    STAMCOUNTER                 StatMmioWriteR3;
    1332     /** Number of MMIO writes in RC. */
    1333     STAMCOUNTER                 StatMmioWriteRC;
    1334 
    1335     /** Number of MSR reads in R0. */
    1336     STAMCOUNTER                 StatMsrReadR0;
     1330
     1331    /** Number of MSR reads in RZ. */
     1332    STAMCOUNTER                 StatMsrReadRZ;
    13371333    /** Number of MSR reads in R3. */
    13381334    STAMCOUNTER                 StatMsrReadR3;
    1339     /** Number of MSR reads in RC. */
    1340     STAMCOUNTER                 StatMsrReadRC;
    1341 
    1342     /** Number of MSR writes in R0. */
    1343     STAMCOUNTER                 StatMsrWriteR0;
     1335
     1336    /** Number of MSR writes in RZ. */
     1337    STAMCOUNTER                 StatMsrWriteRZ;
    13441338    /** Number of MSR writes in R3. */
    13451339    STAMCOUNTER                 StatMsrWriteR3;
    1346     /** Number of MSR writes in RC. */
    1347     STAMCOUNTER                 StatMsrWriteRC;
    13481340
    13491341    /** Profiling of APICUpdatePendingInterrupts().  */
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