VirtualBox

Changeset 73263 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Jul 20, 2018 11:20:08 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
123870
Message:

PGM,HM: Prepping for moving PGMR3ModeChange into ring-0... bugref:9044

File:
1 edited

Legend:

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

    r73246 r73263  
    134134VMM_INT_DECL(bool)              HMIsSvmActive(PVM pVM);
    135135VMM_INT_DECL(bool)              HMIsVmxActive(PVM pVM);
     136VMM_INT_DECL(void)              HMPagingModeChanged(PVMCPU pVCpu, PGMMODE enmShadowMode, PGMMODE enmGuestMode);
    136137/** @} */
    137138
     
    238239VMMR3_INT_DECL(void)            HMR3NotifyDebugEventChangedPerCpu(PVM pVM, PVMCPU pVCpu);
    239240VMMR3_INT_DECL(bool)            HMR3IsActive(PVMCPU pVCpu);
    240 VMMR3_INT_DECL(void)            HMR3PagingModeChanged(PVM pVM, PVMCPU pVCpu, PGMMODE enmShadowMode, PGMMODE enmGuestMode);
    241241VMMR3_INT_DECL(int)             HMR3EnablePatching(PVM pVM, RTGCPTR pPatchMem, unsigned cbPatchMem);
    242242VMMR3_INT_DECL(int)             HMR3DisablePatching(PVM pVM, RTGCPTR pPatchMem, unsigned cbPatchMem);
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