Changeset 54339 in vbox for trunk/include
- Timestamp:
- Feb 20, 2015 6:10:12 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 98427
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/sup.h
r54333 r54339 1806 1806 SUPR0DECL(bool) SUPR0SuspendVTxOnCpu(void); 1807 1807 SUPR0DECL(void) SUPR0ResumeVTxOnCpu(bool fSuspended); 1808 #define SUP_TSCDELTA_MEASURE_F_FORCE RT_BIT_32(0) 1809 #define SUP_TSCDELTA_MEASURE_F_ASYNC RT_BIT_32(1) 1810 #define SUP_TSCDELTA_MEASURE_F_VALID_MASK UINT32_C(0x00000003) 1811 SUPR0DECL(int) SUPR0TscDeltaMeasureBySetIndex(PSUPDRVSESSION pSession, uint32_t iCpuSet, uint32_t fFlags, 1812 RTMSINTERVAL cMsWaitRetry, RTMSINTERVAL cMsWaitThread, uint32_t cTries); 1808 1813 1809 1814 /** @name Absolute symbols -
trunk/include/VBox/vmm/cpum.h
r53615 r54339 1336 1336 VMMR0_INT_DECL(void) CPUMR0LoadHyperDebugState(PVMCPU pVCpu, bool fDr6); 1337 1337 #ifdef VBOX_WITH_VMMR0_DISABLE_LAPIC_NMI 1338 VMMR0_INT_DECL(void) CPUMR0SetLApic(PVMCPU pVCpu, RTCPUID idHostCpu);1338 VMMR0_INT_DECL(void) CPUMR0SetLApic(PVMCPU pVCpu, uint32_t iHostCpuSet); 1339 1339 #endif 1340 1340
Note:
See TracChangeset
for help on using the changeset viewer.