]> Git Repo - linux.git/commitdiff
x86/cpufeatures: Add WBNOINVD feature definition
authorJanakarajan Natarajan <[email protected]>
Wed, 7 Nov 2018 20:59:07 +0000 (20:59 +0000)
committerBorislav Petkov <[email protected]>
Wed, 7 Nov 2018 21:21:03 +0000 (22:21 +0100)
Add a new cpufeature definition for the WBNOINVD instruction.

The WBNOINVD instruction writes all modified cache lines in all levels of
the cache associated with a processor to main memory while retaining the
cached values.

Both AMD and Intel support this instruction.

Signed-off-by: Janakarajan Natarajan <[email protected]>
Signed-off-by: Borislav Petkov <[email protected]>
CC: David Woodhouse <[email protected]>
CC: Fenghua Yu <[email protected]>
CC: "H. Peter Anvin" <[email protected]>
CC: Ingo Molnar <[email protected]>
CC: Konrad Rzeszutek Wilk <[email protected]>
CC: Rudolf Marek <[email protected]>
CC: Thomas Gleixner <[email protected]>
CC: x86-ml <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
arch/x86/include/asm/cpufeatures.h

index 28c4a502b4197cce9ae968deb8ea2fe7797e8da4..39a48f06d39d0477704cc2361c238c7108bfa2cc 100644 (file)
 #define X86_FEATURE_CLZERO             (13*32+ 0) /* CLZERO instruction */
 #define X86_FEATURE_IRPERF             (13*32+ 1) /* Instructions Retired Count */
 #define X86_FEATURE_XSAVEERPTR         (13*32+ 2) /* Always save/restore FP error pointers */
+#define X86_FEATURE_WBNOINVD           (13*32+ 9) /* WBNOINVD instruction */
 #define X86_FEATURE_AMD_IBPB           (13*32+12) /* "" Indirect Branch Prediction Barrier */
 #define X86_FEATURE_AMD_IBRS           (13*32+14) /* "" Indirect Branch Restricted Speculation */
 #define X86_FEATURE_AMD_STIBP          (13*32+15) /* "" Single Thread Indirect Branch Predictors */
This page took 0.064014 seconds and 4 git commands to generate.