13 #define HV_CPUID_VENDOR_ID 0x40000000UL 16 #define HV_CPUID_INTERFACE_ID 0x40000001UL 19 #define HV_CPUID_HYPERVISOR_ID 0x40000002UL 22 #define HV_CPUID_FEATURES 0x40000003UL 25 #define HV_FEATURES_AVAIL_TIME_REF_COUNT_MSR 0x00000002UL 28 #define HV_FEATURES_AVAIL_SYNIC_MSR 0x00000004UL 31 #define HV_FEATURES_AVAIL_HYPERCALL_MSR 0x00000020UL 34 #define HV_FEATURES_PERM_POST_MESSAGES 0x00000010UL 37 #define HV_FEATURES_PERM_SIGNAL_EVENTS 0x00000020UL 40 #define HV_X64_MSR_GUEST_OS_ID 0x40000000UL 43 #define HV_X64_MSR_HYPERCALL 0x40000001UL 46 #define HV_X64_MSR_TIME_REF_COUNT 0x40000020UL 49 #define HV_X64_MSR_SCONTROL 0x40000080UL 52 #define HV_X64_MSR_SIEFP 0x40000082UL 55 #define HV_X64_MSR_SIMP 0x40000083UL 58 #define HV_X64_MSR_EOM 0x40000084UL 61 #define HV_X64_MSR_SINT(x) ( 0x40000090UL + (x) ) FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)