File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 61
61
#define HV_MESSAGE_X64_APIC_EOI 0x80010004
62
62
#define HV_MESSAGE_X64_LEGACY_FP_ERROR 0x80010005
63
63
64
+ /*
65
+ * Hyper-V Synthetic debug options MSR
66
+ */
67
+ #define HV_X64_MSR_SYNDBG_CONTROL 0x400000F1
68
+ #define HV_X64_MSR_SYNDBG_STATUS 0x400000F2
69
+ #define HV_X64_MSR_SYNDBG_SEND_BUFFER 0x400000F3
70
+ #define HV_X64_MSR_SYNDBG_RECV_BUFFER 0x400000F4
71
+ #define HV_X64_MSR_SYNDBG_PENDING_BUFFER 0x400000F5
72
+ #define HV_X64_MSR_SYNDBG_OPTIONS 0x400000FF
73
+
74
+ #define HV_X64_SYNDBG_OPTION_USE_HCALLS BIT(2)
75
+
64
76
/*
65
77
* Message flags
66
78
*/
Original file line number Diff line number Diff line change 151
151
#define HV_X64_MSR_STIMER3_CONFIG 0x400000B6
152
152
#define HV_X64_MSR_STIMER3_COUNT 0x400000B7
153
153
154
- /*
155
- * Hyper-V Synthetic debug options MSR
156
- */
157
- #define HV_X64_MSR_SYNDBG_CONTROL 0x400000F1
158
- #define HV_X64_MSR_SYNDBG_STATUS 0x400000F2
159
- #define HV_X64_MSR_SYNDBG_SEND_BUFFER 0x400000F3
160
- #define HV_X64_MSR_SYNDBG_RECV_BUFFER 0x400000F4
161
- #define HV_X64_MSR_SYNDBG_PENDING_BUFFER 0x400000F5
162
- #define HV_X64_MSR_SYNDBG_OPTIONS 0x400000FF
163
-
164
- #define HV_X64_SYNDBG_OPTION_USE_HCALLS BIT(2)
165
-
166
154
/*
167
155
* Guest crash notification MSRs
168
156
*/
You can’t perform that action at this time.
0 commit comments