Searched refs:MMR3ReserveHandyPages (Results 1 - 3 of 3) sorted by relevance

/vbox/include/VBox/vmm/
H A Dmm.h253 VMMR3DECL(int) MMR3ReserveHandyPages(PVM pVM, uint32_t cHandyPages);
/vbox/src/VBox/VMM/VMMR3/
H A DMM.cpp638 VMMR3DECL(int) MMR3ReserveHandyPages(PVM pVM, uint32_t cHandyPages) function
643 LogFlow(("MMR3ReserveHandyPages: %RU32 (base %RU64)\n", pVM->mm.s.cHandyPages, pVM->mm.s.cBasePages));
H A DPGM.cpp1393 rc = MMR3ReserveHandyPages(pVM, RT_ELEMENTS(pVM->pgm.s.aHandyPages)); /** @todo this should be changed to PGM_HANDY_PAGES_MIN but this needs proper testing... */

Completed in 58 milliseconds