File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
arch/x86/include/uapi/asm Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 241
241
#define HV_X64_MSR_REENLIGHTENMENT_CONTROL 0x40000106
242
242
243
243
struct hv_reenlightenment_control {
244
- u64 vector :8 ;
245
- u64 reserved1 :8 ;
246
- u64 enabled :1 ;
247
- u64 reserved2 :15 ;
248
- u64 target_vp :32 ;
244
+ __u64 vector :8 ;
245
+ __u64 reserved1 :8 ;
246
+ __u64 enabled :1 ;
247
+ __u64 reserved2 :15 ;
248
+ __u64 target_vp :32 ;
249
249
};
250
250
251
251
#define HV_X64_MSR_TSC_EMULATION_CONTROL 0x40000107
252
252
#define HV_X64_MSR_TSC_EMULATION_STATUS 0x40000108
253
253
254
254
struct hv_tsc_emulation_control {
255
- u64 enabled :1 ;
256
- u64 reserved :63 ;
255
+ __u64 enabled :1 ;
256
+ __u64 reserved :63 ;
257
257
};
258
258
259
259
struct hv_tsc_emulation_status {
260
- u64 inprogress :1 ;
261
- u64 reserved :63 ;
260
+ __u64 inprogress :1 ;
261
+ __u64 reserved :63 ;
262
262
};
263
263
264
264
#define HV_X64_MSR_HYPERCALL_ENABLE 0x00000001
You can’t perform that action at this time.
0 commit comments