Searched refs:fMappingsFixed (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DPGMMap.cpp81 AssertMsgReturn(!pVM->pgm.s.fMappingsFixed, ("Mappings are fixed! It's not possible to add new mappings at this time!\n"),
516 Log(("PGMR3MappingsFix: GCPtrBase=%RGv cb=%#x (fMappingsFixed=%RTbool MappingEnabled=%RTbool)\n",
517 GCPtrBase, cb, pVM->pgm.s.fMappingsFixed, pgmMapAreMappingsEnabled(pVM)));
671 pVM->pgm.s.fMappingsFixed = true;
698 Log(("PGMR3MappingsUnfix: fMappingsFixed=%RTbool MappingsEnabled=%RTbool\n", pVM->pgm.s.fMappingsFixed, pgmMapAreMappingsEnabled(pVM)));
700 && ( pVM->pgm.s.fMappingsFixed
704 bool const fResyncCR3 = pVM->pgm.s.fMappingsFixed;
706 pVM->pgm.s.fMappingsFixed = false;
1420 else if (pVM->pgm.s.fMappingsFixed)
[all...]
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...]
H A DPGM.cpp2521 pVM->pgm.s.fMappingsFixed = false;
/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllMap.cpp679 Log4(("pgmMapActivateCR3: fixed mappings=%RTbool idxShwPageCR3=%#x\n", pVM->pgm.s.fMappingsFixed, pShwPageCR3 ? pShwPageCR3->idx : NIL_PGMPOOL_IDX));
716 Log4(("pgmMapDeactivateCR3: fixed mappings=%d idxShwPageCR3=%#x\n", pVM->pgm.s.fMappingsFixed, pShwPageCR3 ? pShwPageCR3->idx : NIL_PGMPOOL_IDX));
835 Assert(!pVM->pgm.s.fMappingsFixed);
H A DPGMAll.cpp775 Assert(!pVM->pgm.s.fMappingsFixed); Assert(pgmMapAreMappingsEnabled(pVM));
2014 Assert(!pVM->pgm.s.fMappingsFixed); Assert(pgmMapAreMappingsEnabled(pVM));
2214 Assert(!pVCpu->CTX_SUFF(pVM)->pgm.s.fMappingsFixed);
/vbox/src/VBox/VMM/include/
H A DPGMInline.h1509 return !pVM->pgm.s.fMappingsFixed
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. */
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h690 GEN_CHECK_OFF(PGM, fMappingsFixed);

Completed in 118 milliseconds