VirtualBox

Changeset 99022 in vbox


Ignore:
Timestamp:
Mar 17, 2023 6:48:38 PM (22 months ago)
Author:
vboxsync
Message:

VMM/CPUM: Removed duplicate functions and types from cpum-x86-amd64.h. bugref:10385

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/cpum-x86-amd64.h

    r98972 r99022  
    31023102VMMR3DECL(int)              CPUMR3MsrRangesInsert(PVM pVM, PCCPUMMSRRANGE pNewRange);
    31033103
    3104 VMMR3DECL(uint32_t)         CPUMR3DbGetEntries(void);
    3105 /** Pointer to CPUMR3DbGetEntries. */
    3106 typedef DECLCALLBACKPTR(uint32_t, PFNCPUMDBGETENTRIES, (void));
    3107 VMMR3DECL(PCCPUMDBENTRY)    CPUMR3DbGetEntryByIndex(uint32_t idxCpuDb);
    3108 /** Pointer to CPUMR3DbGetEntryByIndex. */
    3109 typedef DECLCALLBACKPTR(PCCPUMDBENTRY, PFNCPUMDBGETENTRYBYINDEX, (uint32_t idxCpuDb));
    3110 VMMR3DECL(PCCPUMDBENTRY)    CPUMR3DbGetEntryByName(const char *pszName);
    3111 /** Pointer to CPUMR3DbGetEntryByName. */
    3112 typedef DECLCALLBACKPTR(PCCPUMDBENTRY, PFNCPUMDBGETENTRYBYNAME, (const char *pszName));
    3113 
    31143104VMMR3_INT_DECL(void)    CPUMR3NemActivateGuestDebugState(PVMCPUCC pVCpu);
    31153105VMMR3_INT_DECL(void)    CPUMR3NemActivateHyperDebugState(PVMCPUCC pVCpu);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette