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 bfe4daf commit a77d41aCopy full SHA for a77d41a
arch/x86/include/asm/cpufeatures.h
@@ -315,6 +315,7 @@
315
#define X86_FEATURE_VIRT_SSBD (13*32+25) /* Virtualized Speculative Store Bypass Disable */
316
#define X86_FEATURE_AMD_SSB_NO (13*32+26) /* "" Speculative Store Bypass is fixed in hardware. */
317
#define X86_FEATURE_CPPC (13*32+27) /* Collaborative Processor Performance Control */
318
+#define X86_FEATURE_BRS (13*32+31) /* Branch Sampling available */
319
320
/* Thermal and Power Management Leaf, CPUID level 0x00000006 (EAX), word 14 */
321
#define X86_FEATURE_DTHERM (14*32+ 0) /* Digital Thermal Sensor */
0 commit comments