File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
tools/arch/x86/include/uapi/asm Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 34
34
#define EXIT_REASON_TRIPLE_FAULT 2
35
35
#define EXIT_REASON_INIT_SIGNAL 3
36
36
#define EXIT_REASON_SIPI_SIGNAL 4
37
+ #define EXIT_REASON_OTHER_SMI 6
37
38
38
39
#define EXIT_REASON_INTERRUPT_WINDOW 7
39
40
#define EXIT_REASON_NMI_WINDOW 8
92
93
#define EXIT_REASON_TPAUSE 68
93
94
#define EXIT_REASON_BUS_LOCK 74
94
95
#define EXIT_REASON_NOTIFY 75
96
+ #define EXIT_REASON_TDCALL 77
95
97
96
98
#define VMX_EXIT_REASONS \
97
99
{ EXIT_REASON_EXCEPTION_NMI, "EXCEPTION_NMI" }, \
155
157
{ EXIT_REASON_UMWAIT, "UMWAIT" }, \
156
158
{ EXIT_REASON_TPAUSE, "TPAUSE" }, \
157
159
{ EXIT_REASON_BUS_LOCK, "BUS_LOCK" }, \
158
- { EXIT_REASON_NOTIFY, "NOTIFY" }
160
+ { EXIT_REASON_NOTIFY, "NOTIFY" }, \
161
+ { EXIT_REASON_TDCALL, "TDCALL" }
159
162
160
163
#define VMX_EXIT_REASON_FLAGS \
161
164
{ VMX_EXIT_REASONS_FAILED_VMENTRY, "FAILED_VMENTRY" }
You can’t perform that action at this time.
0 commit comments