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

/vbox/src/VBox/VMM/tools/
H A DVBoxCpuReport.cpp2731 static int printMsrFunction(uint32_t uMsr, const char *pszRdFnName, const char *pszWrFnName, const char *pszAnnotation) argument
2733 if (!pszRdFnName)
2734 pszRdFnName = getMsrFnName(uMsr, NULL);
2736 pszWrFnName = pszRdFnName;
2737 vbCpuRepPrintf(" MFN(%#010x, \"%s\", %s, %s),", uMsr, getMsrName(uMsr), pszRdFnName, pszWrFnName);
2745 static int printMsrFunctionReadOnly(uint32_t uMsr, const char *pszRdFnName, const char *pszAnnotation) argument
2747 if (!pszRdFnName)
2748 pszRdFnName = getMsrFnName(uMsr, NULL);
2749 vbCpuRepPrintf(" MFO(%#010x, \"%s\", %s),", uMsr, getMsrName(uMsr), pszRdFnName);
2757 static int printMsrFunctionIgnoreWrites(uint32_t uMsr, const char *pszRdFnName, cons 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
[all...]

Completed in 56 milliseconds