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

/vbox/src/VBox/VMM/tools/
H A DVBoxCpuReport.cpp2929 static const char *annotateValue(uint64_t uValue) function
2955 return annotateValue(uValue);
2994 rc = printMsrFunctionIgnoreWrites(uMsr, pszFnName, annotateValue(uValue));
2996 rc = printMsrFunction(uMsr, pszFnName, pszFnName, annotateValue(uValue));
2999 fIgnMask, fGpMask, annotateValue(uValue));
3002 rc = printMsrValueIgnoreWrites(uMsr, fReadAsZero ? 0 : uValue, fReadAsZero ? annotateValue(uValue) : NULL);
3005 fReadAsZero ? annotateValue(uValue) : NULL);
3009 rc = printMsrFunctionReadOnly(uMsr, pszFnName, annotateValue(uValue));
3011 rc = printMsrFunctionExtended(uMsr, pszFnName, "ReadOnly", uValue, 0, 0, annotateValue(uValue));
3013 rc = printMsrValueReadOnly(uMsr, 0, annotateValue(uValu
[all...]

Completed in 102 milliseconds