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

/vbox/src/VBox/VMM/VMMR3/
H A DPGMSavedState.cpp135 bool fMappingsFixed; member in struct:__anon16859
159 SSMFIELD_ENTRY( PGM, fMappingsFixed),
168 SSMFIELD_ENTRY( PGM, fMappingsFixed),
196 SSMFIELD_ENTRY( PGMOLD, fMappingsFixed),
2080 bool const fMappingsFixed = pVM->pgm.s.fMappingsFixed; local
2081 pVM->pgm.s.fMappingsFixed |= pVM->pgm.s.fMappingsFixedRestored;
2083 pVM->pgm.s.fMappingsFixed = fMappingsFixed;
3032 pPGM->fMappingsFixed
[all...]
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h3142 bool fMappingsFixed; member in struct:PGM
3147 * This is valid if either fMappingsFixed or fMappingsFixedRestored is set. */
3154 * This is valid if either fMappingsFixed or fMappingsFixedRestored is set. */

Completed in 68 milliseconds