File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 427
427
#define X86_FEATURE_V_TSC_AUX (19*32+ 9) /* "" Virtual TSC_AUX */
428
428
#define X86_FEATURE_SME_COHERENT (19*32+10) /* "" AMD hardware-enforced cache coherency */
429
429
430
+ /* AMD-defined Extended Feature 2 EAX, CPUID level 0x80000021 (EAX), word 20 */
431
+ #define X86_FEATURE_NO_NESTED_DATA_BP (20*32+ 0) /* "" No Nested Data Breakpoints */
432
+
430
433
/*
431
434
* BUG word(s)
432
435
*/
Original file line number Diff line number Diff line change @@ -742,7 +742,7 @@ void kvm_set_cpu_caps(void)
742
742
F (SME_COHERENT ));
743
743
744
744
kvm_cpu_cap_mask (CPUID_8000_0021_EAX ,
745
- BIT ( 0 ) /* NO_NESTED_DATA_BP */ |
745
+ F ( NO_NESTED_DATA_BP ) |
746
746
BIT (2 ) /* LFENCE Always serializing */ | 0 /* SmmPgCfgLock */ |
747
747
BIT (6 ) /* NULL_SEL_CLR_BASE */ | 0 /* PrefetchCtlMsr */
748
748
);
You can’t perform that action at this time.
0 commit comments