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

/vbox/src/VBox/VMM/include/
H A DPGMInternal.h2567 /** @def PGMPOOL_TD_MAKE
2573 #define PGMPOOL_TD_MAKE(cRefs, idx) ( ((cRefs) << PGMPOOL_TD_CREFS_SHIFT) | (idx) ) macro

Completed in 102 milliseconds