Searched defs:PGMMCHUNKFREESET (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/VMMR0/
H A DGMMR0.cpp194 typedef struct GMMCHUNKFREESET *PGMMCHUNKFREESET; typedef in typeref:struct:GMMCHUNKFREESET
408 PGMMCHUNKFREESET pSet;
737 DECLINLINE(void) gmmR0LinkChunk(PGMMCHUNK pChunk, PGMMCHUNKFREESET pSet);
1309 PGMMCHUNKFREESET pPrivateSet = pGMM->fBoundMemoryMode ? &pGVM->gmm.s.Private : &pGMM->PrivateX;
1742 static uint32_t gmmR0SanityCheckSet(PGMM pGMM, PGMMCHUNKFREESET pSet, const char *pszSetName,
1890 PGMMCHUNKFREESET pSet = pChunk->pSet;
1926 DECLINLINE(void) gmmR0LinkChunk(PGMMCHUNK pChunk, PGMMCHUNKFREESET pSet)
1957 PGMMCHUNKFREESET pSet;
2091 PGMMCHUNKFREESET pSet = pChunk->pSet; Assert(pSet);
2121 static int gmmR0RegisterChunk(PGMM pGMM, PGMMCHUNKFREESET pSe
[all...]

Completed in 49 milliseconds