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

/vbox/src/VBox/VMM/tools/
H A DVBoxCpuReport.cpp3163 * @param pszAnnotate Annotation.
3166 uint64_t fSkipMask, uint64_t fNoGpMask, const char *pszAnnotate)
3185 rc = printMsrFunctionReadOnly(uMsr, pszRdWrFnName, pszAnnotate);
3187 rc = printMsrFunctionIgnoreWrites(uMsr, pszRdWrFnName, pszAnnotate);
3189 rc = printMsrFunctionIgnoreMask(uMsr, pszRdWrFnName, NULL, fIgnMask, pszAnnotate);
3191 rc = printMsrFunction(uMsr, pszRdWrFnName, NULL, pszAnnotate);
3193 rc = printMsrFunctionExtended(uMsr, pszRdWrFnName, NULL, uValue, fIgnMask, fGpMask, pszAnnotate);
3165 reportMsr_GenFunctionEx(uint32_t uMsr, const char *pszRdWrFnName, uint32_t uValue, uint64_t fSkipMask, uint64_t fNoGpMask, const char *pszAnnotate) argument

Completed in 708 milliseconds