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

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAll.cpp2620 static const char s_achHandlerStates[4] = { '-', 't', 'w', 'a' }; local
2621 szTmp[cch++] = s_achHandlerStates[PGM_PAGE_GET_HNDL_PHYS_STATE(pPage)];
2622 szTmp[cch++] = s_achHandlerStates[PGM_PAGE_GET_HNDL_VIRT_STATE(pPage)];

Completed in 64 milliseconds