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

/vbox/src/VBox/VMM/VMMR3/
H A DPGMPool.cpp196 uint16_t cMaxUsers; local
197 rc = CFGMR3QueryU16Def(pCfg, "MaxUsers", &cMaxUsers, cMaxPages * 2);
199 AssertLogRelMsgReturn(cMaxUsers >= cMaxPages && cMaxPages <= _32K,
200 ("cMaxUsers=%u (%#x)\n", cMaxUsers, cMaxUsers), VERR_INVALID_PARAMETER);
222 LogRel(("PGM: pgmR3PoolInit: cMaxPages=%#RX16 cMaxUsers=%#RX16 cMaxPhysExts=%#RX16 fCacheEnable=%RTbool\n",
223 cMaxPages, cMaxUsers, cMaxPhysExts, fCacheEnabled));
229 cb += cMaxUsers * sizeof(PGMPOOLUSER);
248 pPool->cMaxUsers
[all...]
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h2283 uint16_t cMaxUsers; member in struct:PGMPOOL

Completed in 48 milliseconds