Changeset 96942 in vbox
- Timestamp:
- Sep 30, 2022 12:10:08 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 153853
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PGMInternal.h
r96900 r96942 2047 2047 2048 2048 /** The hash table size. */ 2049 # define PGMPOOL_HASH_SIZE 0x 402049 # define PGMPOOL_HASH_SIZE 0x8000 2050 2050 /** The hash function. */ 2051 2051 # define PGMPOOL_HASH(GCPhys) ( ((GCPhys) >> GUEST_PAGE_SHIFT) & (PGMPOOL_HASH_SIZE - 1) )
Note:
See TracChangeset
for help on using the changeset viewer.