Changeset 43379 in vbox for trunk/include
- Timestamp:
- Sep 20, 2012 11:29:12 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 80845
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/sup.h
r41147 r43379 1363 1363 SUPR0DECL(SUPPAGINGMODE) SUPR0GetPagingMode(void); 1364 1364 SUPR0DECL(int) SUPR0EnableVTx(bool fEnable); 1365 SUPR0DECL(bool) SUPR0SuspendVTxOnCpu(void); 1366 SUPR0DECL(void) SUPR0ResumeVTxOnCpu(bool fSuspended); 1365 1367 1366 1368 /** @name Absolute symbols -
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.