VirtualBox

Changeset 92371 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Nov 11, 2021 2:39:45 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
148225
Message:

VMM/PGM: Fixed GCPhys parameter passed in ring-3 to the ring-0 large page allocation code. Don't revalidate the page attributes when the large page allocator is called from ring-0. bugref:10093

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/PGMInternal.h

    r92368 r92371  
    38083808int             pgmPhysAllocPage(PVMCC pVM, PPGMPAGE pPage, RTGCPHYS GCPhys);
    38093809int             pgmPhysAllocLargePage(PVMCC pVM, RTGCPHYS GCPhys);
     3810#ifdef IN_RING0
     3811int             pgmR0PhysAllocateLargePage(PGVM pGVM, VMCPUID idCpu, RTGCPHYS GCPhys);
     3812#endif
    38103813int             pgmPhysRecheckLargePage(PVMCC pVM, RTGCPHYS GCPhys, PPGMPAGE pLargePage);
    38113814int             pgmPhysPageLoadIntoTlb(PVMCC pVM, RTGCPHYS GCPhys);
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