VirtualBox

Changeset 54339 in vbox for trunk/include


Ignore:
Timestamp:
Feb 20, 2015 6:10:12 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
98427
Message:

SUPDrv,VMM: Added SUPR0TscDeltaMeasureBySetIndex to SUPDrv (bumping version req) so that VMMR0.cpp can, if necessary, trigger a delta measurement prior to doing RC and HM stuff. Also, made the context hook set the return-to-ring3 force flag if we're rescheduled on a CPU with an TSC delta needing measuring. This is probably code that will almost never get called...

Location:
trunk/include/VBox
Files:
2 edited

Legend:

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

    r54333 r54339  
    18061806SUPR0DECL(bool) SUPR0SuspendVTxOnCpu(void);
    18071807SUPR0DECL(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)
     1811SUPR0DECL(int) SUPR0TscDeltaMeasureBySetIndex(PSUPDRVSESSION pSession, uint32_t iCpuSet, uint32_t fFlags,
     1812                                              RTMSINTERVAL cMsWaitRetry, RTMSINTERVAL cMsWaitThread, uint32_t cTries);
    18081813
    18091814/** @name Absolute symbols
  • trunk/include/VBox/vmm/cpum.h

    r53615 r54339  
    13361336VMMR0_INT_DECL(void)    CPUMR0LoadHyperDebugState(PVMCPU pVCpu, bool fDr6);
    13371337#ifdef VBOX_WITH_VMMR0_DISABLE_LAPIC_NMI
    1338 VMMR0_INT_DECL(void)    CPUMR0SetLApic(PVMCPU pVCpu, RTCPUID idHostCpu);
     1338VMMR0_INT_DECL(void)    CPUMR0SetLApic(PVMCPU pVCpu, uint32_t iHostCpuSet);
    13391339#endif
    13401340
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