aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include')
-rw-r--r--arch/x86/include/asm/svm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/asm/svm.h b/arch/x86/include/asm/svm.h
index 82ecaa32fcf7..f7087bf9caf0 100644
--- a/arch/x86/include/asm/svm.h
+++ b/arch/x86/include/asm/svm.h
@@ -47,6 +47,7 @@ enum {
47 INTERCEPT_MONITOR, 47 INTERCEPT_MONITOR,
48 INTERCEPT_MWAIT, 48 INTERCEPT_MWAIT,
49 INTERCEPT_MWAIT_COND, 49 INTERCEPT_MWAIT_COND,
50 INTERCEPT_XSETBV,
50}; 51};
51 52
52 53
@@ -329,6 +330,7 @@ struct __attribute__ ((__packed__)) vmcb {
329#define SVM_EXIT_MONITOR 0x08a 330#define SVM_EXIT_MONITOR 0x08a
330#define SVM_EXIT_MWAIT 0x08b 331#define SVM_EXIT_MWAIT 0x08b
331#define SVM_EXIT_MWAIT_COND 0x08c 332#define SVM_EXIT_MWAIT_COND 0x08c
333#define SVM_EXIT_XSETBV 0x08d
332#define SVM_EXIT_NPF 0x400 334#define SVM_EXIT_NPF 0x400
333 335
334#define SVM_EXIT_ERR -1 336#define SVM_EXIT_ERR -1