We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31b294e commit a3c4f33Copy full SHA for a3c4f33
arch/x86/include/asm/msr-index.h
@@ -732,6 +732,11 @@
732
#define MSR_AMD64_PERF_CNTR_GLOBAL_CTL 0xc0000301
733
#define MSR_AMD64_PERF_CNTR_GLOBAL_STATUS_CLR 0xc0000302
734
735
+/* AMD Hardware Feedback Support MSRs */
736
+#define MSR_AMD_WORKLOAD_CLASS_CONFIG 0xc0000500
737
+#define MSR_AMD_WORKLOAD_CLASS_ID 0xc0000501
738
+#define MSR_AMD_WORKLOAD_HRST 0xc0000502
739
+
740
/* AMD Last Branch Record MSRs */
741
#define MSR_AMD64_LBR_SELECT 0xc000010e
742
0 commit comments