VirtualBox

Changeset 45528 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Apr 12, 2013 5:32:57 PM (12 years ago)
Author:
vboxsync
Message:

VBOX_WITH_RAW_MODE changes.

Location:
trunk/include/VBox/vmm
Files:
3 edited

Legend:

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

    r44385 r45528  
    2929#include <VBox/types.h>
    3030
     31#if defined(VBOX_WITH_RAW_MODE) || defined(DOXYGEN_RUNNING)
    3132
    3233/** @defgroup grp_csam      The Code Scanning and Analysis API
     
    103104RT_C_DECLS_END
    104105
     106#endif /* VBOX_WITH_RAW_MODE */
     107
    105108#endif
    106109
  • trunk/include/VBox/vmm/patm.h

    r44362 r45528  
    3030#include <VBox/dis.h>
    3131
     32#if defined(VBOX_WITH_RAW_MODE) || defined(DOXYGEN_RUNNING)
    3233
    3334RT_C_DECLS_BEGIN
     
    216217RT_C_DECLS_END
    217218
    218 
    219 #endif
     219#endif /* VBOX_WITH_RAW_MODE */
     220
     221#endif
  • trunk/include/VBox/vmm/trpm.h

    r44528 r45528  
    9797VMMR3DECL(void)     TRPMR3ResetCpu(PVMCPU pVCpu);
    9898VMMR3DECL(void)     TRPMR3Reset(PVM pVM);
     99VMMR3DECL(int)      TRPMR3Term(PVM pVM);
     100VMMR3DECL(void)     TRPMR3DisableMonitoring(PVM pVM);
     101VMMR3DECL(int)      TRPMR3SyncIDT(PVM pVM, PVMCPU pVCpu);
     102VMMR3DECL(int)      TRPMR3InjectEvent(PVM pVM, PVMCPU pVCpu, TRPMEVENT enmEvent);
     103# ifdef VBOX_WITH_RAW_MODE
    99104VMMR3_INT_DECL(int) TRPMR3GetImportRC(PVM pVM, const char *pszSymbol, PRTRCPTR pRCPtrValue);
    100 VMMR3DECL(int)      TRPMR3Term(PVM pVM);
     105VMMR3DECL(bool)     TRPMR3IsGateHandler(PVM pVM, RTRCPTR GCPtr);
     106VMMR3DECL(uint32_t) TRPMR3QueryGateByHandler(PVM pVM, RTRCPTR GCPtr);
    101107VMMR3DECL(int)      TRPMR3EnableGuestTrapHandler(PVM pVM, unsigned iTrap);
    102108VMMR3DECL(int)      TRPMR3SetGuestTrapHandler(PVM pVM, unsigned iTrap, RTRCPTR pHandler);
    103109VMMR3DECL(RTRCPTR)  TRPMR3GetGuestTrapHandler(PVM pVM, unsigned iTrap);
    104 VMMR3DECL(void)     TRPMR3DisableMonitoring(PVM pVM);
    105 VMMR3DECL(int)      TRPMR3SyncIDT(PVM pVM, PVMCPU pVCpu);
    106 VMMR3DECL(bool)     TRPMR3IsGateHandler(PVM pVM, RTRCPTR GCPtr);
    107 VMMR3DECL(uint32_t) TRPMR3QueryGateByHandler(PVM pVM, RTRCPTR GCPtr);
    108 VMMR3DECL(int)      TRPMR3InjectEvent(PVM pVM, PVMCPU pVCpu, TRPMEVENT enmEvent);
     110# endif
    109111/** @} */
    110112#endif
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