VirtualBox

Changeset 101088 in vbox for trunk/include


Ignore:
Timestamp:
Sep 12, 2023 10:22:20 AM (20 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
159057
Message:

VMM/IEM,VMM/TM: Basic TB managment and allocation rewrite. bugref:10369

Location:
trunk/include/VBox/vmm
Files:
2 edited

Legend:

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

    r100970 r101088  
    159159VMMDECL(VBOXSTRICTRC)       IEMExecOneIgnoreLock(PVMCPUCC pVCpu);
    160160VMMDECL(VBOXSTRICTRC)       IEMExecLots(PVMCPUCC pVCpu, uint32_t cMaxInstructions, uint32_t cPollRate, uint32_t *pcInstructions);
    161 VMMDECL(VBOXSTRICTRC)       IEMExecRecompilerThreaded(PVMCC pVM, PVMCPUCC pVCpu);
     161VMMDECL(VBOXSTRICTRC)       IEMExecRecompiler(PVMCC pVM, PVMCPUCC pVCpu);
    162162/** Statistics returned by IEMExecForExits. */
    163163typedef struct IEMEXECFOREXITSTATS
  • trunk/include/VBox/vmm/tm.h

    r100000 r101088  
    272272
    273273VMMDECL(bool)           TMTimerPollBool(PVMCC pVM, PVMCPUCC pVCpu);
     274VMMDECL(bool)           TMTimerPollBoolWith32BitMilliTS(PVMCC pVM, PVMCPUCC pVCpu, uint32_t *pmsNow);
    274275VMM_INT_DECL(void)      TMTimerPollVoid(PVMCC pVM, PVMCPUCC pVCpu);
    275276VMM_INT_DECL(uint64_t)  TMTimerPollGIP(PVMCC pVM, PVMCPUCC pVCpu, uint64_t *pu64Delta);
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