Searched refs:MMR3PageAlloc (Results 1 - 4 of 4) sorted by relevance

/vbox/include/VBox/vmm/
H A Dmm.h295 VMMR3DECL(void *) MMR3PageAlloc(PVM pVM);
/vbox/src/VBox/VMM/VMMR3/
H A DMMPagePool.cpp75 STAM_REG(pVM, &pVM->mm.s.pPagePoolR3->cAllocCalls, STAMTYPE_COUNTER, "/MM/Page/Def/cAllocCalls", STAMUNIT_CALLS, "Number of MMR3PageAlloc() calls for the default pool.");
394 VMMR3DECL(void *) MMR3PageAlloc(PVM pVM) function
425 * Frees a page allocated from the page pool by MMR3PageAlloc() or
467 * This works for pages allocated by MMR3PageAlloc(), MMR3PageAllocPhys()
H A DPGM.cpp1550 pVM->pgm.s.apInterPaePTs[0] = (PX86PTPAE)MMR3PageAlloc(pVM); AssertReturn(pVM->pgm.s.apInterPaePTs[0], VERR_NO_PAGE_MEMORY);
1551 pVM->pgm.s.apInterPaePTs[1] = (PX86PTPAE)MMR3PageAlloc(pVM); AssertReturn(pVM->pgm.s.apInterPaePTs[1], VERR_NO_PAGE_MEMORY);
1552 pVM->pgm.s.apInterPaePDs[0] = (PX86PDPAE)MMR3PageAlloc(pVM); AssertReturn(pVM->pgm.s.apInterPaePDs[0], VERR_NO_PAGE_MEMORY);
1553 pVM->pgm.s.apInterPaePDs[1] = (PX86PDPAE)MMR3PageAlloc(pVM); AssertReturn(pVM->pgm.s.apInterPaePDs[1], VERR_NO_PAGE_MEMORY);
1554 pVM->pgm.s.apInterPaePDs[2] = (PX86PDPAE)MMR3PageAlloc(pVM); AssertReturn(pVM->pgm.s.apInterPaePDs[2], VERR_NO_PAGE_MEMORY);
1555 pVM->pgm.s.apInterPaePDs[3] = (PX86PDPAE)MMR3PageAlloc(pVM); AssertReturn(pVM->pgm.s.apInterPaePDs[3], VERR_NO_PAGE_MEMORY);
H A DPGMPool.cpp463 pPage->pvPageR3 = MMR3PageAlloc(pVM);

Completed in 64 milliseconds