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

/vbox/src/VBox/VMM/include/
H A DPGMInline.h236 unsigned iHash = PGMMAPSET_HASH(HCPhys);
297 unsigned iHash = PGMMAPSET_HASH(HCPhys);
373 unsigned iHash = PGMMAPSET_HASH(HCPhys);
H A DPGMInternal.h1934 * Use PGMMAPSET_HASH for hashing.
1946 #define PGMMAPSET_HASH(HCPhys) (((HCPhys) >> PAGE_SHIFT) & 127) macro
/vbox/src/VBox/VMM/VMMRZ/
H A DPGMRZDynMap.cpp2334 pSet->aiHashTable[PGMMAPSET_HASH(HCPhys)] = iEntry;
2379 pSet->aiHashTable[PGMMAPSET_HASH(HCPhys)] = iEntry;
2423 pSet->aiHashTable[PGMMAPSET_HASH(HCPhys)] = iEntry;

Completed in 296 milliseconds