Searched refs:pszAnnotation (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/tools/
H A DVBoxCpuReport.cpp2642 static int printMsrWriteOnly(uint32_t uMsr, const char *pszWrFnName, const char *pszAnnotation) argument
2646 vbCpuRepPrintf(pszAnnotation
2649 uMsr, getMsrName(uMsr), pszWrFnName, pszAnnotation);
2655 static int printMsrValueReadOnly(uint32_t uMsr, uint64_t uValue, const char *pszAnnotation) argument
2660 if (pszAnnotation)
2661 vbCpuRepPrintf(" /* %s */", pszAnnotation);
2668 static int printMsrValueIgnoreWritesNamed(uint32_t uMsr, uint64_t uValue, const char *pszName, const char *pszAnnotation) argument
2673 if (pszAnnotation)
2674 vbCpuRepPrintf(" /* %s */", pszAnnotation);
2680 static int printMsrValueIgnoreWrites(uint32_t uMsr, uint64_t uValue, const char *pszAnnotation) argument
2686 printMsrValueExtended(uint32_t uMsr, uint64_t uValue, uint64_t fIgnMask, uint64_t fGpMask, const char *pszAnnotation) argument
2701 printMsrRangeValueReadOnly(uint32_t uMsr, uint32_t uLast, uint64_t uValue, const char *pszAnnotation) argument
2713 printMsrRangeValueIgnoreWritesNamed(uint32_t uMsr, uint32_t uLast, uint64_t uValue, const char *pszName, const char *pszAnnotation) argument
2725 printMsrRangeValueIgnoreWrites(uint32_t uMsr, uint32_t uLast, uint64_t uValue, const char *pszAnnotation) argument
2731 printMsrFunction(uint32_t uMsr, const char *pszRdFnName, const char *pszWrFnName, const char *pszAnnotation) argument
2745 printMsrFunctionReadOnly(uint32_t uMsr, const char *pszRdFnName, const char *pszAnnotation) argument
2757 printMsrFunctionIgnoreWrites(uint32_t uMsr, const char *pszRdFnName, const char *pszAnnotation) argument
2769 printMsrFunctionIgnoreMask(uint32_t uMsr, const char *pszRdFnName, const char *pszWrFnName, uint64_t fIgnMask, const char *pszAnnotation) argument
2786 printMsrFunctionExtended(uint32_t uMsr, const char *pszRdFnName, const char *pszWrFnName, uint64_t uValue, uint64_t fIgnMask, uint64_t fGpMask, const char *pszAnnotation) argument
2805 printMsrFunctionExtendedIdxVal(uint32_t uMsr, const char *pszRdFnName, const char *pszWrFnName, uint64_t uValue, uint64_t fIgnMask, uint64_t fGpMask, const char *pszAnnotation) argument
2823 printMsrFunctionCpumCpu(uint32_t uMsr, const char *pszRdFnName, const char *pszWrFnName, const char *pszCpumCpuStorage, const char *pszAnnotation) argument
2842 printMsrFunctionCpumCpuEx(uint32_t uMsr, const char *pszRdFnName, const char *pszWrFnName, const char *pszCpumCpuStorage, uint64_t fIgnMask, uint64_t fGpMask, const char *pszAnnotation) argument
2865 printMsrRangeFunction(uint32_t uMsr, uint32_t uLast, const char *pszRdFnName, const char *pszWrFnName, const char *pszAnnotation) argument
2880 printMsrRangeFunctionEx(uint32_t uMsr, uint32_t uLast, const char *pszRdFnName, const char *pszWrFnName, uint64_t uValue, uint64_t fIgnMask, uint64_t fGpMask, const char *pszAnnotation) argument
2899 printMsrRangeFunctionExIdxVal(uint32_t uMsr, uint32_t uLast, const char *pszRdFnName, const char *pszWrFnName, uint64_t uValue, uint64_t fIgnMask, uint64_t fGpMask, const char *pszAnnotation) argument
2918 printMsrAlias(uint32_t uMsr, uint32_t uTarget, const char *pszAnnotation) argument
3098 const char *pszAnnotation = NULL; local
[all...]

Completed in 51 milliseconds