VirtualBox

Changeset 91243 in vbox for trunk/include


Ignore:
Timestamp:
Sep 15, 2021 10:19:31 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
146901
Message:

VMM/PGMPool: Call PGMR0PoolGrow directly from ring-0 instead of going via ring-3. bugref:10093

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

Legend:

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

    r91016 r91243  
    675675VMMR0DECL(VBOXSTRICTRC) PGMR0Trap0eHandlerNPMisconfig(PGVM pGVM, PGVMCPU pGVCpu, PGMMODE enmShwPagingMode,
    676676                                                      PCPUMCTXCORE pRegFrame, RTGCPHYS GCPhysFault, uint32_t uErr);
    677 VMMR0_INT_DECL(int)  PGMR0PoolGrow(PGVM pGVM);
     677VMMR0_INT_DECL(int)  PGMR0PoolGrow(PGVM pGVM, VMCPUID idCpu);
    678678/** @} */
    679679#endif /* IN_RING0 */
  • TabularUnified trunk/include/VBox/vmm/vmm.h

    r90999 r91243  
    5858    VMMCALLRING3_VM_R0_ASSERTION,
    5959
    60     /** Grow the PGM shadow page pool. */
    61     VMMCALLRING3_PGM_POOL_GROW,
    6260    /** Maps a chunk into ring-3. */
    6361    VMMCALLRING3_PGM_MAP_CHUNK,
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