Searched refs:fNoMorePhysWrites (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DPGM.cpp2617 * VM state change callback for clearing fNoMorePhysWrites after
2624 pUVM->pVM->pgm.s.fNoMorePhysWrites = false;
2630 * Private API to reset fNoMorePhysWrites.
2634 pVM->pgm.s.fNoMorePhysWrites = false;
H A DPGMPhys.cpp251 AssertMsg(!pVM->pgm.s.fNoMorePhysWrites,
H A DPGMSavedState.cpp2075 pVM->pgm.s.fNoMorePhysWrites = true;
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h715 GEN_CHECK_OFF(PGM, fNoMorePhysWrites);
/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllPhys.cpp2752 AssertMsg(!pVM->pgm.s.fNoMorePhysWrites, ("Calling PGMPhysWrite after pgmR3Save()!\n"));
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h3130 bool fNoMorePhysWrites; member in struct:PGM

Completed in 144 milliseconds