VirtualBox

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


Ignore:
Timestamp:
Apr 12, 2013 4:47:57 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
85005
Message:

VBOX_WITH_RAW_MODE changes.

File:
1 edited

Legend:

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

    r45293 r45525  
    256256VMMR3_INT_DECL(int)     VMMR3Init(PVM pVM);
    257257VMMR3_INT_DECL(int)     VMMR3InitR0(PVM pVM);
     258# ifdef VBOX_WITH_RAW_MODE
    258259VMMR3_INT_DECL(int)     VMMR3InitRC(PVM pVM);
     260# endif
    259261VMMR3_INT_DECL(int)     VMMR3InitCompleted(PVM pVM, VMINITCOMPLETED enmWhat);
    260262VMMR3_INT_DECL(int)     VMMR3Term(PVM pVM);
     
    263265VMMR3DECL(const char *) VMMR3GetRZAssertMsg1(PVM pVM);
    264266VMMR3DECL(const char *) VMMR3GetRZAssertMsg2(PVM pVM);
    265 VMMR3_INT_DECL(int)     VMMR3GetImportRC(PVM pVM, const char *pszSymbol, PRTRCPTR pRCPtrValue);
    266267VMMR3_INT_DECL(int)     VMMR3SelectSwitcher(PVM pVM, VMMSWITCHER enmSwitcher);
    267268VMMR3_INT_DECL(int)     VMMR3DisableSwitcher(PVM pVM);
    268269VMMR3_INT_DECL(RTR0PTR) VMMR3GetHostToGuestSwitcher(PVM pVM, VMMSWITCHER enmSwitcher);
     270VMMR3_INT_DECL(int)     VMMR3HmRunGC(PVM pVM, PVMCPU pVCpu);
     271# ifdef VBOX_WITH_RAW_MODE
    269272VMMR3_INT_DECL(int)     VMMR3RawRunGC(PVM pVM, PVMCPU pVCpu);
    270 VMMR3_INT_DECL(int)     VMMR3HmRunGC(PVM pVM, PVMCPU pVCpu);
     273VMMR3DECL(int)          VMMR3ResumeHyper(PVM pVM, PVMCPU pVCpu);
     274VMMR3_INT_DECL(int)     VMMR3GetImportRC(PVM pVM, const char *pszSymbol, PRTRCPTR pRCPtrValue);
    271275VMMR3DECL(int)          VMMR3CallRC(PVM pVM, RTRCPTR RCPtrEntry, unsigned cArgs, ...);
    272276VMMR3DECL(int)          VMMR3CallRCV(PVM pVM, RTRCPTR RCPtrEntry, unsigned cArgs, va_list args);
     277# endif
    273278VMMR3DECL(int)          VMMR3CallR0(PVM pVM, uint32_t uOperation, uint64_t u64Arg, PSUPVMMR0REQHDR pReqHdr);
    274 VMMR3DECL(int)          VMMR3ResumeHyper(PVM pVM, PVMCPU pVCpu);
    275279VMMR3DECL(void)         VMMR3FatalDump(PVM pVM, PVMCPU pVCpu, int rcErr);
    276280VMMR3_INT_DECL(void)    VMMR3YieldSuspend(PVM pVM);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette