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

/vbox/src/VBox/VMM/VMMR0/
H A DGMMR0.cpp655 static PGMM g_pGMM = NULL; variable
657 /** Macro for obtaining and validating the g_pGMM pointer.
668 (pGMM) = g_pGMM; \
673 /** Macro for obtaining and validating the g_pGMM pointer, void function
682 (pGMM) = g_pGMM; \
832 g_pGMM = pGMM;
866 PGMM pGMM = g_pGMM;
879 g_pGMM = NULL;
1475 if (!g_pGMM->fBoundMemoryMode)

Completed in 55 milliseconds