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 e5d77a7 commit a8b4db5Copy full SHA for a8b4db5
arch/x86/include/asm/cpufeatures.h
@@ -296,6 +296,7 @@
296
297
/* Intel-defined CPU features, CPUID level 0x00000007:0 (ECX), word 16 */
298
#define X86_FEATURE_AVX512VBMI (16*32+ 1) /* AVX512 Vector Bit Manipulation instructions*/
299
+#define X86_FEATURE_UMIP (16*32+ 2) /* User Mode Instruction Protection */
300
#define X86_FEATURE_PKU (16*32+ 3) /* Protection Keys for Userspace */
301
#define X86_FEATURE_OSPKE (16*32+ 4) /* OS Protection Keys Enable */
302
#define X86_FEATURE_AVX512_VBMI2 (16*32+ 6) /* Additional AVX512 Vector Bit Manipulation Instructions */
0 commit comments