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 705049c commit 34e8289Copy full SHA for 34e8289
tools/arch/x86/include/asm/msr-index.h
@@ -206,6 +206,8 @@
206
207
/* Abbreviated from Intel SDM name IA32_INTEGRITY_CAPABILITIES */
208
#define MSR_INTEGRITY_CAPS 0x000002d9
209
+#define MSR_INTEGRITY_CAPS_ARRAY_BIST_BIT 2
210
+#define MSR_INTEGRITY_CAPS_ARRAY_BIST BIT(MSR_INTEGRITY_CAPS_ARRAY_BIST_BIT)
211
#define MSR_INTEGRITY_CAPS_PERIODIC_BIST_BIT 4
212
#define MSR_INTEGRITY_CAPS_PERIODIC_BIST BIT(MSR_INTEGRITY_CAPS_PERIODIC_BIST_BIT)
213
0 commit comments