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

/vbox/src/VBox/VMM/tools/
H A DVBoxCpuReport.cpp2655 static int printMsrValueReadOnly(uint32_t uMsr, uint64_t uValue, const char *pszAnnotation) function
3013 rc = printMsrValueReadOnly(uMsr, 0, annotateValue(uValue));
3015 rc = printMsrValueReadOnly(uMsr, uValue, NULL);
3040 rc = printMsrValueReadOnly(uMsr, 0, annotateValueExtra("Might bite.", uValue));
3042 rc = printMsrValueReadOnly(uMsr, uValue, "Might bite.");

Completed in 56 milliseconds