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 e0ca935 commit 53bc516Copy full SHA for 53bc516
arch/x86/include/asm/msr-index.h
@@ -163,6 +163,10 @@
163
* are restricted to targets in
164
* kernel.
165
*/
166
+#define ARCH_CAP_XAPIC_DISABLE BIT(21) /*
167
+ * IA32_XAPIC_DISABLE_STATUS MSR
168
+ * supported
169
+ */
170
#define ARCH_CAP_PBRSB_NO BIT(24) /*
171
* Not susceptible to Post-Barrier
172
* Return Stack Buffer Predictions.
@@ -185,11 +189,6 @@
185
189
* File.
186
190
187
191
188
-#define ARCH_CAP_XAPIC_DISABLE BIT(21) /*
- * IA32_XAPIC_DISABLE_STATUS MSR
- * supported
- */
192
-
193
#define MSR_IA32_FLUSH_CMD 0x0000010b
194
#define L1D_FLUSH BIT(0) /*
195
* Writeback and invalidate the
0 commit comments