VirtualBox

Changeset 58125 in vbox for trunk/include/VBox/vmm/em.h


Ignore:
Timestamp:
Oct 8, 2015 6:39:27 PM (9 years ago)
Author:
vboxsync
Message:

oops

File:
1 edited

Legend:

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

    r58124 r58125  
    126126 * @returns true if enabled.
    127127 * @returns false if disabled.
    128  * @param   pVCpu         The cross context VM structure.
     128 * @param   pVM         The cross context VM structure.
    129129 */
    130130#define EMIsRawRing3Enabled(pVM)            (!(pVM)->fRecompileUser)
     
    135135 * @returns true if enabled.
    136136 * @returns false if disabled.
    137  * @param   pVCpu         The cross context VM structure.
     137 * @param   pVM         The cross context VM structure.
    138138 */
    139139#define EMIsRawRing0Enabled(pVM)            (!(pVM)->fRecompileSupervisor)
     
    145145 * @returns true if enabled.
    146146 * @returns false if disabled.
    147  * @param   pVCpu         The cross context VM structure.
     147 * @param   pVM         The cross context VM structure.
    148148 */
    149149# define EMIsRawRing1Enabled(pVM)           ((pVM)->fRawRing1Enabled)
     
    157157 * @returns true if enabled.
    158158 * @returns false if disabled.
    159  * @param   pVCpu         The cross context VM structure.
     159 * @param   pVM         The cross context VM structure.
    160160 */
    161161#define EMIsHwVirtExecutionEnabled(pVM)     (!(pVM)->fRecompileSupervisor && !(pVM)->fRecompileUser)
     
    167167 * @returns true if enabled.
    168168 * @returns false if disabled.
    169  * @param   pVCpu         The cross context VM structure.
     169 * @param   pVM         The cross context VM structure.
    170170 */
    171171#define EMIsSupervisorCodeRecompiled(pVM) ((pVM)->fRecompileSupervisor)
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