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

/vbox/src/VBox/VMM/VMMR3/
H A DPGMSavedState.cpp137 uint32_t cbMappingFixed; member in struct:__anon16859
161 SSMFIELD_ENTRY( PGM, cbMappingFixed),
170 SSMFIELD_ENTRY( PGM, cbMappingFixed),
198 SSMFIELD_ENTRY( PGMOLD, cbMappingFixed),
3034 pPGM->cbMappingFixed = pgmOld.cbMappingFixed;
3046 SSMR3GetU32(pSSM, &pPGM->cbMappingFixed);
3275 uint32_t cbFixed = pVM->pgm.s.cbMappingFixed;
3292 pVM->pgm.s.cbMappingFixed = cbFixed;
3304 pVM->pgm.s.cbMappingFixed
[all...]
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h3148 uint32_t cbMappingFixed; member in struct:PGM

Completed in 70 milliseconds