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

/vbox/src/VBox/VMM/tools/
H A DVBoxCpuReport.cpp2745 static int printMsrFunctionReadOnly(uint32_t uMsr, const char *pszRdFnName, const char *pszAnnotation) function
3009 rc = printMsrFunctionReadOnly(uMsr, pszFnName, annotateValue(uValue));
3035 rc = printMsrFunctionReadOnly(uMsr, pszFnName, annotateValueExtra("Might bite.", uValue));
3185 rc = printMsrFunctionReadOnly(uMsr, pszRdWrFnName, pszAnnotate);

Completed in 58 milliseconds