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

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllPool.cpp51 static int pgmPoolTrackAddUser(PPGMPOOL pPool, PPGMPOOLPAGE pPage, uint16_t iUser, uint32_t iUserTable);
2015 * @param iUser The user index.
2017 static int pgmPoolCacheFreeOne(PPGMPOOL pPool, uint16_t iUser) argument
2032 if (iToFree == iUser && iUser != NIL_PGMPOOL_IDX)
2047 Assert(iToFree != iUser);
2191 * @param iUser The shadow page pool index of the user table. This is
2198 uint16_t iUser, uint32_t iUserTable, PPPGMPOOLPAGE ppPage)
2204 Log3(("pgmPoolCacheAlloc: %RGp kind %s iUser=%d iUserTable=%x SLOT=%d\n", GCPhys, pgmPoolPoolKindToStr(enmKind), iUser, iUserTabl
[all...]
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h2029 uint16_t iUser; member in struct:PGMPOOLUSER
4090 uint16_t iUser, uint32_t iUserTable, bool fLockPage, PPPGMPOOLPAGE ppPage);
4091 void pgmPoolFree(PVM pVM, RTHCPHYS HCPhys, uint16_t iUser, uint32_t iUserTable);
4092 void pgmPoolFreeByPage(PPGMPOOL pPool, PPGMPOOLPAGE pPage, uint16_t iUser, uint32_t iUserTable);

Completed in 52 milliseconds