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

/vbox/src/VBox/VMM/VMMR3/
H A DPGMSavedState.cpp790 * @param pLSPage The live save tracking structure for the page.
793 DECLINLINE(bool) pgmR3ScanMmio2Page(PVM pVM, uint8_t const *pbPage, PPGMLIVESAVEMMIO2PAGE pLSPage) argument
798 bool const fZero = pLSPage->fZero;
804 if (pLSPage->fDirty)
805 pLSPage->cUnchangedScans++;
809 pLSPage->fZero = false;
810 pLSPage->u32CrcH1 = RTCrc32(pbPage, PAGE_SIZE / 2);
819 if (u32CrcH1 == pLSPage->u32CrcH1)
822 if (u32CrcH2 == pLSPage->u32CrcH2)
825 if (pLSPage
[all...]

Completed in 47 milliseconds