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

/vbox/src/VBox/VMM/VMMR3/
H A DPGMSavedState.cpp2420 uint8_t fHaveBits; local
2421 rc = SSMR3GetU8(pSSM, &fHaveBits);
2424 if (fHaveBits & ~1)
2461 || !fHaveBits)
2467 GCPhys, GCPhysLast, cb, fHaveBits ? "bits" : "nobits", szDesc));
2476 GCPhys, GCPhysLast, cb, fHaveBits ? "bits" : "nobits", szDesc,
2509 /* Of the page flags, pick up MMIO2 and ROM/RESERVED for the !fHaveBits case.
2521 if ( !fHaveBits

Completed in 73 milliseconds