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

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAll.cpp2614 static const char s_achPageStates[4] = { 'Z', 'A', 'W', 'S' }; local
2615 szTmp[cch++] = s_achPageStates[PGM_PAGE_GET_STATE_NA(pPage)];

Completed in 1515 milliseconds