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 bb2aa78 commit f37b735Copy full SHA for f37b735
arch/x86/kvm/svm/svm.c
@@ -62,14 +62,6 @@ MODULE_DEVICE_TABLE(x86cpu, svm_cpu_id);
62
#define SEG_TYPE_LDT 2
63
#define SEG_TYPE_BUSY_TSS16 3
64
65
-#define SVM_FEATURE_LBRV (1 << 1)
66
-#define SVM_FEATURE_SVML (1 << 2)
67
-#define SVM_FEATURE_TSC_RATE (1 << 4)
68
-#define SVM_FEATURE_VMCB_CLEAN (1 << 5)
69
-#define SVM_FEATURE_FLUSH_ASID (1 << 6)
70
-#define SVM_FEATURE_DECODE_ASSIST (1 << 7)
71
-#define SVM_FEATURE_PAUSE_FILTER (1 << 10)
72
-
73
#define DEBUGCTL_RESERVED_BITS (~(0x3fULL))
74
75
static bool erratum_383_found __read_mostly;
0 commit comments