VirtualBox

Changeset 29091 in vbox for trunk/include/VBox


Ignore:
Timestamp:
May 5, 2010 4:12:10 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
61150
Message:

More updates

Location:
trunk/include/VBox
Files:
2 edited

Legend:

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

    r28800 r29091  
    3434#include <VBox/hwacc_vmx.h>
    3535#include <VBox/VMMDev.h> /* for VMMDEVSHAREDREGIONDESC */
     36#include <VBox/gmm.h> /* for PGMMREGISTERSHAREDMODULEREQ */
    3637
    3738RT_C_DECLS_BEGIN
     
    432433VMMR0DECL(int)      PGMR0PhysAllocateHandyPages(PVM pVM, PVMCPU pVCpu);
    433434VMMR0DECL(int)      PGMR0PhysAllocateLargeHandyPage(PVM pVM, PVMCPU pVCpu);
     435VMMR0DECL(int)      PGMR0SharedModuleCheck(PVM pVM, PVMCPU pVCpu, PGMMREGISTERSHAREDMODULEREQ pReq);
    434436VMMR0DECL(int)      PGMR0Trap0eHandlerNestedPaging(PVM pVM, PVMCPU pVCpu, PGMMODE enmShwPagingMode, RTGCUINT uErr, PCPUMCTXCORE pRegFrame, RTGCPHYS pvFault);
    435437# ifdef VBOX_WITH_2X_4GB_ADDR_SPACE
  • trunk/include/VBox/vmm.h

    r28974 r29091  
    285285    /** Call PGMR0AllocateLargePage(). */
    286286    VMMR0_DO_PGM_ALLOCATE_LARGE_HANDY_PAGE,
     287    /** Call PGMR0CheckSharedModule(). */
     288    VMMR0_DO_PGM_CHECK_SHARED_MODULE,
    287289
    288290    /** Call GMMR0InitialReservation(). */
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