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

/vbox/src/VBox/VMM/VMMR0/
H A DGMMR0.cpp554 bool fBoundMemoryMode; member in struct:GMM
808 pGMM->fLegacyAllocationMode = pGMM->fBoundMemoryMode = true;
817 pGMM->fBoundMemoryMode = true;
819 pGMM->fBoundMemoryMode = false;
823 pGMM->fBoundMemoryMode = true;
833 LogFlow(("GMMInit: pGMM=%p fLegacyAllocationMode=%RTbool fBoundMemoryMode=%RTbool\n", pGMM, pGMM->fLegacyAllocationMode, pGMM->fBoundMemoryMode));
1277 if ( ( !pGMM->fBoundMemoryMode
1309 PGMMCHUNKFREESET pPrivateSet = pGMM->fBoundMemoryMode ? &pGVM->gmm.s.Private : &pGMM->PrivateX;
1319 if ( !pGMM->fBoundMemoryMode
[all...]

Completed in 48 milliseconds