VirtualBox

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


Ignore:
Timestamp:
May 22, 2023 11:43:38 AM (21 months ago)
Author:
vboxsync
Message:

VMM/EM,DBGF: Repurposing the inner REM execution loop for IEM/recompiler. Cleanups. bugref:10369

File:
1 edited

Legend:

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

    r99208 r99897  
    130130    /** Whether IEM executes everything. */
    131131    bool                    fIemExecutesAll;
     132    /** Whether IEM execution (pure) is recompiled (true) or interpreted (false). */
     133    bool                    fIemRecompiled;
    132134    /** Whether a triple fault triggers a guru. */
    133135    bool                    fGuruOnTripleFault;
    134136    /** Alignment padding. */
    135     bool                    afPadding[2];
    136 
    137     /** Id of the VCPU that last executed code in the recompiler. */
    138     VMCPUID                 idLastRemCpu;
     137    bool                    afPadding[5];
    139138} EM;
    140139/** Pointer to EM VM instance data. */
     
    224223    STAMPROFILEADV          StatNEMEntry;
    225224    STAMPROFILE             StatNEMExec;
    226     STAMPROFILE             StatREMEmu;
    227225    STAMPROFILE             StatREMExec;
    228     STAMPROFILE             StatREMSync;
    229     STAMPROFILEADV          StatREMTotal;
    230     STAMPROFILE             StatRAWExec;
    231     STAMPROFILEADV          StatRAWEntry;
    232     STAMPROFILEADV          StatRAWTail;
    233     STAMPROFILEADV          StatRAWTotal;
     226    STAMPROFILE             StatREMTotal;
    234227    STAMPROFILEADV          StatTotal;
    235228    /** @} */
     
    326319VBOXSTRICTRC    emR3NemSingleInstruction(PVM pVM, PVMCPU pVCpu, uint32_t fFlags);
    327320
    328 int             emR3SingleStepExecRem(PVM pVM, PVMCPU pVCpu, uint32_t cIterations);
    329 
    330 bool            emR3IsExecutionAllowed(PVM pVM, PVMCPU pVCpu);
     321bool            emR3IsExecutionAllowedSlow(PVM pVM, PVMCPU pVCpu);
    331322
    332323VBOXSTRICTRC    emR3ExecutePendingIoPortWrite(PVM pVM, PVMCPU pVCpu);
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