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

/vbox/src/VBox/VMM/VMMR0/
H A DGMMR0.cpp467 #define GMM_CHUNKTLB_ENTRIES 32 macro
469 #define GMM_CHUNKTLB_IDX(idChunk) ( (idChunk) & (GMM_CHUNKTLB_ENTRIES - 1) )
477 GMMCHUNKTLBE aEntries[GMM_CHUNKTLB_ENTRIES];

Completed in 66 milliseconds