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

/vbox/src/VBox/VMM/VMMR0/
H A DGMMR0.cpp66 * limitations. The #GMMPAGE structure shows the details.
206 typedef union GMMPAGE union
303 } GMMPAGE; typedef in typeref:union:GMMPAGE
304 AssertCompileSize(GMMPAGE, sizeof(RTHCUINTPTR));
305 /** Pointer to a GMMPAGE. */
306 typedef GMMPAGE *PGMMPAGE;
439 GMMPAGE aPages[GMM_CHUNK_SIZE >> PAGE_SHIFT];

Completed in 1414 milliseconds