VirtualBox

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


Ignore:
Timestamp:
Sep 21, 2012 10:21:29 AM (12 years ago)
Author:
vboxsync
Message:

VMM: HM cleanup.

File:
1 edited

Legend:

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

    r43391 r43392  
    398398    STAMPROFILE             StatHalted;
    399399    STAMPROFILEADV          StatCapped;
    400     STAMPROFILEADV          StatHwAccEntry;
    401     STAMPROFILE             StatHwAccExec;
     400    STAMPROFILEADV          StatHmEntry;
     401    STAMPROFILE             StatHmExec;
    402402    STAMPROFILE             StatREMEmu;
    403403    STAMPROFILE             StatREMExec;
     
    415415    /** R3: Profiling of emR3RawPrivileged. */
    416416    STAMPROFILE             StatPrivEmu;
    417     /** R3: Number of time emR3HwAccExecute is called. */
    418     STAMCOUNTER             StatHwAccExecuteEntry;
     417    /** R3: Number of time emR3HmExecute is called. */
     418    STAMCOUNTER             StatHmExecuteEntry;
    419419
    420420    /** More statistics (R3). */
     
    442442
    443443
    444 int     emR3HwAccExecute(PVM pVM, PVMCPU pVCpu, bool *pfFFDone);
     444int     emR3HmExecute(PVM pVM, PVMCPU pVCpu, bool *pfFFDone);
    445445int     emR3RawExecute(PVM pVM, PVMCPU pVCpu, bool *pfFFDone);
    446446int     emR3RawHandleRC(PVM pVM, PVMCPU pVCpu, PCPUMCTX pCtx, int rc);
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