Searched refs:cMaxPhysExts (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/VMM/VMMR3/ |
H A D | PGMPool.cpp | 205 uint16_t cMaxPhysExts; local 206 rc = CFGMR3QueryU16Def(pCfg, "MaxPhysExts", &cMaxPhysExts, 209 AssertLogRelMsgReturn(cMaxPhysExts >= 16 && cMaxPhysExts <= PGMPOOL_IDX_LAST, 210 ("cMaxPhysExts=%u (%#x)\n", cMaxPhysExts, cMaxPhysExts), VERR_INVALID_PARAMETER); 222 LogRel(("PGM: pgmR3PoolInit: cMaxPages=%#RX16 cMaxUsers=%#RX16 cMaxPhysExts=%#RX16 fCacheEnable=%RTbool\n", 223 cMaxPages, cMaxUsers, cMaxPhysExts, fCacheEnabled)); 230 cb += cMaxPhysExts * sizeo 792 const unsigned cMaxPhysExts = pPool->cMaxPhysExts; local [all...] |
/vbox/src/VBox/VMM/VMMAll/ |
H A D | PGMAllPool.cpp | 3430 Assert(iPhysExt < pPool->cMaxPhysExts); 3932 Assert(iPhysExt < pPool->cMaxPhysExts); 3959 Assert(iPhysExt < pPool->cMaxPhysExts); 4021 Assert(iPhysExt < pPool->cMaxPhysExts); 4136 Assert(iPhysExt < pPool->cMaxPhysExts); 5406 const unsigned cMaxPhysExts = pPool->cMaxPhysExts; 5407 for (unsigned i = 0; i < cMaxPhysExts; i++) 5417 paPhysExts[cMaxPhysExts - 1].iNext = NIL_PGMPOOL_PHYSEXT_INDEX;
|
/vbox/src/VBox/VMM/testcase/ |
H A D | tstVMStruct.h | 895 GEN_CHECK_OFF(PGMPOOL, cMaxPhysExts);
|
/vbox/src/VBox/VMM/include/ |
H A D | PGMInternal.h | 2295 uint16_t cMaxPhysExts; member in struct:PGMPOOL
|
Completed in 1428 milliseconds