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

/vbox/src/VBox/VMM/include/
H A DPGMInternal.h1717 #define PGM_CHUNKR3MAPTLB_ENTRIES 64 macro
1738 PGMCHUNKR3MAPTLBE aEntries[PGM_CHUNKR3MAPTLB_ENTRIES];
1746 #define PGM_CHUNKR3MAPTLB_IDX(idChunk) ( (idChunk) & (PGM_CHUNKR3MAPTLB_ENTRIES - 1) )

Completed in 70 milliseconds