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

/vbox/include/VBox/vmm/
H A Dgmm.h274 typedef GMMPAGEDESC *PGMMPAGEDESC; typedef
404 GMMR0DECL(int) GMMR0AllocateHandyPages(PVM pVM, VMCPUID idCpu, uint32_t cPagesToUpdate, uint32_t cPagesToAlloc, PGMMPAGEDESC paPages);
405 GMMR0DECL(int) GMMR0AllocatePages(PVM pVM, VMCPUID idCpu, uint32_t cPages, PGMMPAGEDESC paPages, GMMACCOUNT enmAccount);
/vbox/src/VBox/VMM/VMMR0/
H A DGMMR0.cpp2039 static void gmmR0AllocatePage(PGMMCHUNK pChunk, uint32_t hGVM, PGMMPAGEDESC pPageDesc)
2089 PGMMPAGEDESC paPages)
2207 PGMMPAGEDESC paPages, uint32_t *piPage)
2248 uint32_t iPage, uint32_t cPages, PGMMPAGEDESC paPages)
2280 uint32_t iPage, uint32_t cPages, PGMMPAGEDESC paPages)
2319 uint32_t iPage, uint32_t cPages, PGMMPAGEDESC paPages)
2360 uint32_t iPage, uint32_t cPages, PGMMPAGEDESC paPages)
2411 static uint32_t gmmR0AllocatePagesInBoundMode(PGVM pGVM, uint32_t iPage, uint32_t cPages, PGMMPAGEDESC paPages)
2502 static int gmmR0AllocatePagesNew(PGMM pGMM, PGVM pGVM, uint32_t cPages, PGMMPAGEDESC paPages, GMMACCOUNT enmAccount)
2729 GMMR0DECL(int) GMMR0AllocateHandyPages(PVM pVM, VMCPUID idCpu, uint32_t cPagesToUpdate, uint32_t cPagesToAlloc, PGMMPAGEDESC paPage
[all...]
/vbox/src/VBox/VMM/VMMR3/
H A DPGMPhys.cpp4473 PGMMPAGEDESC pPage = &pVM->pgm.s.aHandyPages[iClear];

Completed in 65 milliseconds