VirtualBox

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


Ignore:
Timestamp:
Sep 15, 2021 12:43:24 PM (3 years ago)
Author:
vboxsync
Message:

VMM/PGM: Moved pStatTrap0eAttributionR0 to GVMCPU. bugref:10093

File:
1 edited

Legend:

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

    r91249 r91250  
    36323632
    36333633#ifdef VBOX_WITH_STATISTICS
    3634     /** @name Statistics
    3635      * @{ */
    3636     /** R0: Which statistic this \#PF should be attributed to. */
    3637     R0PTRTYPE(PSTAMPROFILE)         pStatTrap0eAttributionR0;
    36383634    /** These are statistics that used to be on the hyper heap. */
    36393635    PGMCPUSTATS                     Stats;
    3640     /** @} */
    36413636#endif
    36423637} PGMCPU;
     
    36613656#define PGM_SYNC_CLEAR_PGM_POOL                 RT_BIT(PGM_SYNC_CLEAR_PGM_POOL_BIT)
    36623657/** @} */
     3658
     3659
     3660/**
     3661 * PGM GVMCPU instance data.
     3662 */
     3663typedef struct PGMR0PERVCPU
     3664{
     3665#ifdef VBOX_WITH_STATISTICS
     3666    /** R0: Which statistic this \#PF should be attributed to. */
     3667    R0PTRTYPE(PSTAMPROFILE)         pStatTrap0eAttributionR0;
     3668#endif
     3669    uint64_t                        u64Dummy;
     3670} PGMR0PERVCPU;
    36633671
    36643672
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