Searched refs:aiHashTable (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/VMM/include/
H A DPGMInline.h237 unsigned iEntry = pSet->aiHashTable[iHash];
298 unsigned iEntry = pSet->aiHashTable[iHash];
374 unsigned iEntry = pSet->aiHashTable[iHash];
H A DPGMInternal.h1936 uint8_t aiHashTable[128]; member in struct:PGMMAPSET
1945 /** Hash function for aiHashTable. */
/vbox/src/VBox/VMM/VMMRZ/
H A DPGMRZDynMap.cpp360 memset(&pSet->aiHashTable[0], 0xff, sizeof(pSet->aiHashTable));
2334 pSet->aiHashTable[PGMMAPSET_HASH(HCPhys)] = iEntry;
2379 pSet->aiHashTable[PGMMAPSET_HASH(HCPhys)] = iEntry;
2423 pSet->aiHashTable[PGMMAPSET_HASH(HCPhys)] = iEntry;

Completed in 113 milliseconds