VirtualBox

Changeset 41149 in vbox for trunk


Ignore:
Timestamp:
May 3, 2012 8:38:18 PM (13 years ago)
Author:
vboxsync
Message:

hrpmf. not needed.

File:
1 edited

Legend:

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

    r41147 r41149  
    111111    VMMCALLRING3_32BIT_HACK = 0x7fffffff
    112112} VMMCALLRING3;
    113 
    114 
    115 /**
    116  * VMMRZCallRing0 operations.
    117  */
    118 typedef enum VMMCALLRING0
    119 {
    120     /** Invalid operation.  */
    121     VMMCALLRING0_INVALID = 0,
    122     /** A probe fired, call SUPR0TracerUmodProbeFire. */
    123     VMMCALLRING0_TRACER_UMOD_PROBE_FIRE,
    124     /** The usual 32-bit hack. */
    125     VMMCALLRING0_32BIT_HACK = 0x7fffffff
    126 } VMMCALLRING0;
    127 
    128113
    129114/**
     
    513498VMMRCDECL(void)     VMMGCGuestToHost(PVM pVM, int rc);
    514499VMMRCDECL(void)     VMMGCLogFlushIfFull(PVM pVM);
    515 VMMRZDECL(int)      VMMRCCallRing0(PVM pVM, PVMCPU pVCpu, VMMCALLRING0 enmOperation, uint64_t uArg);
    516500/** @} */
    517501#endif /* IN_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