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

/vbox/src/VBox/VMM/include/
H A DPGMInternal.h2252 # define PGMPOOL_HASH_SIZE 0x40 macro
2254 # define PGMPOOL_HASH(GCPhys) ( ((GCPhys) >> PAGE_SHIFT) & (PGMPOOL_HASH_SIZE - 1) )
2303 uint16_t aiHash[PGMPOOL_HASH_SIZE];

Completed in 74 milliseconds