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

/vbox/src/VBox/VMM/include/
H A DPGMInternal.h1330 typedef struct PGMLIVESAVERAMPAGE struct
1355 } PGMLIVESAVERAMPAGE; typedef in typeref:struct:PGMLIVESAVERAMPAGE
1357 AssertCompileSize(PGMLIVESAVERAMPAGE, 8);
1359 AssertCompileSize(PGMLIVESAVERAMPAGE, 4);
1362 typedef PGMLIVESAVERAMPAGE *PPGMLIVESAVERAMPAGE;
1364 /** The max value of PGMLIVESAVERAMPAGE::cDirtied. */
1547 * Not using PGMLIVESAVERAMPAGE here because we cannot use normal write monitoring

Completed in 67 milliseconds