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

/vbox/src/VBox/VMM/VMMRC/
H A DVMMRC.cpp404 uint64_t uValueBefore = UINT64_MAX; local
406 if (vmmRCSafeMsrRead(uMsr, &uValueBefore))
412 vmmRCSafeMsrWrite(uMsr, uValueBefore);
417 *puValueBefore = uValueBefore;

Completed in 42 milliseconds