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

/vbox/src/VBox/VMM/VMMR3/
H A DPGMPool.cpp205 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/include/
H A DPGMInternal.h2295 uint16_t cMaxPhysExts; member in struct:PGMPOOL

Completed in 48 milliseconds