projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d847edd
)
x86/include/asm/msr-index.h: Add IFS Array test bits
author
Jithu Joseph
<jithu.joseph@intel.com>
Wed, 22 Mar 2023 00:33:54 +0000
(17:33 -0700)
committer
Hans de Goede
<hdegoede@redhat.com>
Mon, 27 Mar 2023 14:10:20 +0000
(16:10 +0200)
Define MSR bitfields for enumerating support for Array BIST test.
Signed-off-by: Jithu Joseph <jithu.joseph@intel.com>
Reviewed-by: Tony Luck <tony.luck@intel.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Link:
https://lore.kernel.org/r/20230322003359.213046-5-jithu.joseph@intel.com
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
arch/x86/include/asm/msr-index.h
patch
|
blob
|
history
diff --git
a/arch/x86/include/asm/msr-index.h
b/arch/x86/include/asm/msr-index.h
index ad35355ee43ead14e638ac5c853fd5a82b8ee774..3aedae61af4fcb945383ea486066d43982f28462 100644
(file)
--- a/
arch/x86/include/asm/msr-index.h
+++ b/
arch/x86/include/asm/msr-index.h
@@
-206,6
+206,8
@@
/* Abbreviated from Intel SDM name IA32_INTEGRITY_CAPABILITIES */
#define MSR_INTEGRITY_CAPS 0x000002d9
+#define MSR_INTEGRITY_CAPS_ARRAY_BIST_BIT 2
+#define MSR_INTEGRITY_CAPS_ARRAY_BIST BIT(MSR_INTEGRITY_CAPS_ARRAY_BIST_BIT)
#define MSR_INTEGRITY_CAPS_PERIODIC_BIST_BIT 4
#define MSR_INTEGRITY_CAPS_PERIODIC_BIST BIT(MSR_INTEGRITY_CAPS_PERIODIC_BIST_BIT)