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 95ca0ee commit fc67dd7Copy full SHA for fc67dd7
arch/x86/include/asm/cpufeatures.h
@@ -320,6 +320,9 @@
320
/* Intel-defined CPU features, CPUID level 0x00000007:0 (EDX), word 18 */
321
#define X86_FEATURE_AVX512_4VNNIW (18*32+ 2) /* AVX-512 Neural Network Instructions */
322
#define X86_FEATURE_AVX512_4FMAPS (18*32+ 3) /* AVX-512 Multiply Accumulation Single precision */
323
+#define X86_FEATURE_SPEC_CTRL (18*32+26) /* Speculation Control (IBRS + IBPB) */
324
+#define X86_FEATURE_STIBP (18*32+27) /* Single Thread Indirect Branch Predictors */
325
+#define X86_FEATURE_ARCH_CAPABILITIES (18*32+29) /* IA32_ARCH_CAPABILITIES MSR (Intel) */
326
327
/*
328
* BUG word(s)
0 commit comments