VirtualBox

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


Ignore:
Timestamp:
Dec 12, 2019 9:12:27 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
135439
Message:

MM: Eliminated all but the MMR3PageDummyHC* functions for the MMPagePool code. These are actually not realy needed either, but seems to be used in some PGM assertion code, so grap a hyper heap page and use it instead. bugref:9528 bugref:9217

File:
1 edited

Legend:

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

    r82555 r82565  
    288288
    289289
    290 /** @defgroup grp_mm_page   Physical Page Pool
    291  * @{ */
    292 #if 0
    293 VMMR3DECL(void *)   MMR3PageAlloc(PVM pVM);
    294 VMMR3DECL(RTHCPHYS) MMR3PageAllocPhys(PVM pVM);
    295 VMMR3DECL(void)     MMR3PageFree(PVM pVM, void *pvPage);
    296 VMMR3DECL(void *)   MMR3PageAllocLow(PVM pVM);
    297 VMMR3DECL(void)     MMR3PageFreeLow(PVM pVM, void *pvPage);
    298 VMMR3DECL(void)     MMR3PageFreeByPhys(PVM pVM, RTHCPHYS HCPhysPage);
    299 #endif
     290/** @defgroup grp_mm_page   Physical Page Pool (what's left of it)
     291 * @{ */
    300292VMMR3DECL(void *)   MMR3PageDummyHCPtr(PVM pVM);
    301293VMMR3DECL(RTHCPHYS) MMR3PageDummyHCPhys(PVM pVM);
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