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 87d6021 commit 9d40b85Copy full SHA for 9d40b85
arch/x86/include/asm/cpufeatures.h
@@ -292,6 +292,7 @@
292
#define X86_FEATURE_CLZERO (13*32+ 0) /* CLZERO instruction */
293
#define X86_FEATURE_IRPERF (13*32+ 1) /* Instructions Retired Count */
294
#define X86_FEATURE_XSAVEERPTR (13*32+ 2) /* Always save/restore FP error pointers */
295
+#define X86_FEATURE_RDPRU (13*32+ 4) /* Read processor register at user level */
296
#define X86_FEATURE_WBNOINVD (13*32+ 9) /* WBNOINVD instruction */
297
#define X86_FEATURE_AMD_IBPB (13*32+12) /* "" Indirect Branch Prediction Barrier */
298
#define X86_FEATURE_AMD_IBRS (13*32+14) /* "" Indirect Branch Restricted Speculation */
0 commit comments