aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/uapi/asm/hyperv.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/uapi/asm/hyperv.h')
-rw-r--r--arch/x86/include/uapi/asm/hyperv.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/x86/include/uapi/asm/hyperv.h b/arch/x86/include/uapi/asm/hyperv.h
index 432df4b1baec..237ec6cda206 100644
--- a/arch/x86/include/uapi/asm/hyperv.h
+++ b/arch/x86/include/uapi/asm/hyperv.h
@@ -153,6 +153,12 @@
153#define HV_X64_DEPRECATING_AEOI_RECOMMENDED (1 << 9) 153#define HV_X64_DEPRECATING_AEOI_RECOMMENDED (1 << 9)
154 154
155/* 155/*
156 * HV_VP_SET available
157 */
158#define HV_X64_EX_PROCESSOR_MASKS_RECOMMENDED (1 << 11)
159
160
161/*
156 * Crash notification flag. 162 * Crash notification flag.
157 */ 163 */
158#define HV_CRASH_CTL_CRASH_NOTIFY (1ULL << 63) 164#define HV_CRASH_CTL_CRASH_NOTIFY (1ULL << 63)