diff options
Diffstat (limited to 'arch/x86/include/asm/hyperv.h')
-rw-r--r-- | arch/x86/include/asm/hyperv.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/x86/include/asm/hyperv.h b/arch/x86/include/asm/hyperv.h index e153a2b3889a..46040473e122 100644 --- a/arch/x86/include/asm/hyperv.h +++ b/arch/x86/include/asm/hyperv.h | |||
@@ -14,6 +14,9 @@ | |||
14 | #define HYPERV_CPUID_ENLIGHTMENT_INFO 0x40000004 | 14 | #define HYPERV_CPUID_ENLIGHTMENT_INFO 0x40000004 |
15 | #define HYPERV_CPUID_IMPLEMENT_LIMITS 0x40000005 | 15 | #define HYPERV_CPUID_IMPLEMENT_LIMITS 0x40000005 |
16 | 16 | ||
17 | #define HYPERV_HYPERVISOR_PRESENT_BIT 0x80000000 | ||
18 | #define HYPERV_CPUID_MIN 0x40000005 | ||
19 | |||
17 | /* | 20 | /* |
18 | * Feature identification. EAX indicates which features are available | 21 | * Feature identification. EAX indicates which features are available |
19 | * to the partition based upon the current partition privileges. | 22 | * to the partition based upon the current partition privileges. |
@@ -129,6 +132,9 @@ | |||
129 | /* MSR used to provide vcpu index */ | 132 | /* MSR used to provide vcpu index */ |
130 | #define HV_X64_MSR_VP_INDEX 0x40000002 | 133 | #define HV_X64_MSR_VP_INDEX 0x40000002 |
131 | 134 | ||
135 | /* MSR used to read the per-partition time reference counter */ | ||
136 | #define HV_X64_MSR_TIME_REF_COUNT 0x40000020 | ||
137 | |||
132 | /* Define the virtual APIC registers */ | 138 | /* Define the virtual APIC registers */ |
133 | #define HV_X64_MSR_EOI 0x40000070 | 139 | #define HV_X64_MSR_EOI 0x40000070 |
134 | #define HV_X64_MSR_ICR 0x40000071 | 140 | #define HV_X64_MSR_ICR 0x40000071 |