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 da42b52 commit ac4b069Copy full SHA for ac4b069
tools/arch/x86/include/asm/msr-index.h
@@ -170,6 +170,10 @@
170
* CPU is not affected by Branch
171
* History Injection.
172
*/
173
+#define ARCH_CAP_XAPIC_DISABLE BIT(21) /*
174
+ * IA32_XAPIC_DISABLE_STATUS MSR
175
+ * supported
176
+ */
177
#define ARCH_CAP_PBRSB_NO BIT(24) /*
178
* Not susceptible to Post-Barrier
179
* Return Stack Buffer Predictions.
@@ -192,11 +196,6 @@
192
196
* File.
193
197
194
198
195
-#define ARCH_CAP_XAPIC_DISABLE BIT(21) /*
- * IA32_XAPIC_DISABLE_STATUS MSR
- * supported
- */
199
-
200
#define MSR_IA32_FLUSH_CMD 0x0000010b
201
#define L1D_FLUSH BIT(0) /*
202
* Writeback and invalidate the
0 commit comments