Changeset 43379 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Sep 20, 2012 11:29:12 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 80845
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hwaccm.h
r37320 r43379 29 29 #include <VBox/vmm/pgm.h> 30 30 #include <VBox/vmm/cpum.h> 31 #include <VBox/vmm/vmm.h> 31 32 #include <iprt/mp.h> 32 33 … … 82 83 VMMR0DECL(int) HWACCMR0TermVM(PVM pVM); 83 84 VMMR0DECL(int) HWACCMR0EnableAllCpus(PVM pVM); 84 VMMR0DECL(int) HWACCMR0EnterSwitcher(PVM pVM, bool *pfVTxDisabled);85 VMMR0DECL( int)HWACCMR0LeaveSwitcher(PVM pVM, bool fVTxDisabled);85 VMMR0DECL(int) HWACCMR0EnterSwitcher(PVM pVM, VMMSWITCHER enmSwitcher, bool *pfVTxDisabled); 86 VMMR0DECL(void) HWACCMR0LeaveSwitcher(PVM pVM, bool fVTxDisabled); 86 87 87 88 VMMR0DECL(void) HWACCMR0SavePendingIOPortWrite(PVMCPU pVCpu, RTGCPTR GCPtrRip, RTGCPTR GCPtrRipNext, unsigned uPort, unsigned uAndVal, unsigned cbSize);
Note:
See TracChangeset
for help on using the changeset viewer.