File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
arch/x86/include/uapi/asm Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 199
199
#define HV_X64_MSR_STIMER3_CONFIG 0x400000B6
200
200
#define HV_X64_MSR_STIMER3_COUNT 0x400000B7
201
201
202
+ /* Hyper-V guest crash notification MSR's */
203
+ #define HV_X64_MSR_CRASH_P0 0x40000100
204
+ #define HV_X64_MSR_CRASH_P1 0x40000101
205
+ #define HV_X64_MSR_CRASH_P2 0x40000102
206
+ #define HV_X64_MSR_CRASH_P3 0x40000103
207
+ #define HV_X64_MSR_CRASH_P4 0x40000104
208
+ #define HV_X64_MSR_CRASH_CTL 0x40000105
209
+ #define HV_X64_MSR_CRASH_CTL_NOTIFY (1ULL << 63)
210
+ #define HV_X64_MSR_CRASH_PARAMS \
211
+ (1 + (HV_X64_MSR_CRASH_P4 - HV_X64_MSR_CRASH_P0))
212
+
202
213
#define HV_X64_MSR_HYPERCALL_ENABLE 0x00000001
203
214
#define HV_X64_MSR_HYPERCALL_PAGE_ADDRESS_SHIFT 12
204
215
#define HV_X64_MSR_HYPERCALL_PAGE_ADDRESS_MASK \
You can’t perform that action at this time.
0 commit comments