VirtualBox

Changeset 90999 in vbox


Ignore:
Timestamp:
Aug 30, 2021 2:08:43 PM (3 years ago)
Author:
vboxsync
Message:

VMM: Removed VMMCALLRING3_PGM_LOCK (now unused). bugref:6695

Location:
trunk
Files:
4 edited

Legend:

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

    r90997 r90999  
    6666    /** Allocates a large (2MB) page. */
    6767    VMMCALLRING3_PGM_ALLOCATE_LARGE_HANDY_PAGE,
    68     /** Acquire the PGM lock. */
    69     VMMCALLRING3_PGM_LOCK,
    7068    /** The usual 32-bit hack. */
    7169    VMMCALLRING3_32BIT_HACK = 0x7fffffff
  • trunk/src/VBox/VMM/VMMR0/VMMR0.cpp

    r90997 r90999  
    13971397                    STAM_COUNTER_INC(&pVM->vmm.s.StatRZCallPGMPoolGrow);
    13981398                    break;
    1399                 case VMMCALLRING3_PGM_LOCK:
    1400                     STAM_COUNTER_INC(&pVM->vmm.s.StatRZCallPGMLock);
    1401                     break;
    14021399                case VMMCALLRING3_PGM_MAP_CHUNK:
    14031400                    STAM_COUNTER_INC(&pVM->vmm.s.StatRZCallPGMMapChunk);
  • trunk/src/VBox/VMM/VMMR3/VMM.cpp

    r90997 r90999  
    430430    STAM_REG(pVM, &pVM->vmm.s.StatRZRetPatchTPR,            STAMTYPE_COUNTER, "/VMM/RZRet/PatchTPR",            STAMUNIT_OCCURENCES, "Number of VINF_EM_HM_PATCH_TPR_INSTR returns.");
    431431    STAM_REG(pVM, &pVM->vmm.s.StatRZRetCallRing3,           STAMTYPE_COUNTER, "/VMM/RZCallR3/Misc",             STAMUNIT_OCCURENCES, "Number of Other ring-3 calls.");
    432     STAM_REG(pVM, &pVM->vmm.s.StatRZCallPGMLock,            STAMTYPE_COUNTER, "/VMM/RZCallR3/PGMLock",          STAMUNIT_OCCURENCES, "Number of VMMCALLRING3_PGM_LOCK calls.");
    433432    STAM_REG(pVM, &pVM->vmm.s.StatRZCallPGMPoolGrow,        STAMTYPE_COUNTER, "/VMM/RZCallR3/PGMPoolGrow",      STAMUNIT_OCCURENCES, "Number of VMMCALLRING3_PGM_POOL_GROW calls.");
    434433    STAM_REG(pVM, &pVM->vmm.s.StatRZCallPGMMapChunk,        STAMTYPE_COUNTER, "/VMM/RZCallR3/PGMMapChunk",      STAMUNIT_OCCURENCES, "Number of VMMCALLRING3_PGM_MAP_CHUNK calls.");
  • trunk/src/VBox/VMM/include/VMMInternal.h

    r90997 r90999  
    417417    STAMCOUNTER                 StatRZCallPGMMapChunk;
    418418    STAMCOUNTER                 StatRZCallPGMAllocHandy;
    419     STAMCOUNTER                 StatRZCallPGMLock;
    420419    /** @} */
    421420} VMM;
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