blob: 965e80ab08d6debe3be46a25c246dc008f6639af [file] [log] [blame]
Elliott Hughesabd62612013-11-08 11:45:48 -08001/****************************************************************************
2 ****************************************************************************
3 ***
4 *** This header was automatically generated from a Linux kernel header
5 *** of the same name, to make information necessary for userspace to
6 *** call into the kernel available to libc. It contains only constants,
7 *** structures, and macros generated from the original header, and thus,
8 *** contains no copyrightable information.
9 ***
10 *** To edit the content of this header, modify the corresponding
11 *** source file (e.g. under external/kernel-headers/original/) then
12 *** run bionic/libc/kernel/tools/update_all.py
13 ***
14 *** Any manual change here will be lost the next time this script will
15 *** be run. You've been warned!
16 ***
17 ****************************************************************************
18 ****************************************************************************/
19#ifndef _ASM_X86_HYPERV_H
20#define _ASM_X86_HYPERV_H
21#include <linux/types.h>
22#define HYPERV_CPUID_VENDOR_AND_MAX_FUNCTIONS 0x40000000
23/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
24#define HYPERV_CPUID_INTERFACE 0x40000001
25#define HYPERV_CPUID_VERSION 0x40000002
26#define HYPERV_CPUID_FEATURES 0x40000003
27#define HYPERV_CPUID_ENLIGHTMENT_INFO 0x40000004
28/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
29#define HYPERV_CPUID_IMPLEMENT_LIMITS 0x40000005
30#define HYPERV_HYPERVISOR_PRESENT_BIT 0x80000000
31#define HYPERV_CPUID_MIN 0x40000005
32#define HYPERV_CPUID_MAX 0x4000ffff
33/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
34#define HV_X64_MSR_VP_RUNTIME_AVAILABLE (1 << 0)
35#define HV_X64_MSR_TIME_REF_COUNT_AVAILABLE (1 << 1)
Christopher Ferris38062f92014-07-09 15:33:25 -070036#define HV_X64_MSR_REFERENCE_TSC 0x40000021
37#define HV_X64_MSR_APIC_FREQUENCY_AVAILABLE (1 << 11)
38/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
39#define HV_X64_MSR_TSC_FREQUENCY_AVAILABLE (1 << 11)
Elliott Hughesabd62612013-11-08 11:45:48 -080040#define HV_X64_MSR_SYNIC_AVAILABLE (1 << 2)
41#define HV_X64_MSR_SYNTIMER_AVAILABLE (1 << 3)
Elliott Hughesabd62612013-11-08 11:45:48 -080042#define HV_X64_MSR_APIC_ACCESS_AVAILABLE (1 << 4)
Christopher Ferris38062f92014-07-09 15:33:25 -070043/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesabd62612013-11-08 11:45:48 -080044#define HV_X64_MSR_HYPERCALL_AVAILABLE (1 << 5)
45#define HV_X64_MSR_VP_INDEX_AVAILABLE (1 << 6)
46#define HV_X64_MSR_RESET_AVAILABLE (1 << 7)
Elliott Hughesabd62612013-11-08 11:45:48 -080047#define HV_X64_MSR_STAT_PAGES_AVAILABLE (1 << 8)
Christopher Ferris38062f92014-07-09 15:33:25 -070048/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesabd62612013-11-08 11:45:48 -080049#define HV_X64_CREATE_PARTITIONS (1 << 0)
50#define HV_X64_ACCESS_PARTITION_ID (1 << 1)
51#define HV_X64_ACCESS_MEMORY_POOL (1 << 2)
Elliott Hughesabd62612013-11-08 11:45:48 -080052#define HV_X64_ADJUST_MESSAGE_BUFFERS (1 << 3)
Christopher Ferris38062f92014-07-09 15:33:25 -070053/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesabd62612013-11-08 11:45:48 -080054#define HV_X64_POST_MESSAGES (1 << 4)
55#define HV_X64_SIGNAL_EVENTS (1 << 5)
56#define HV_X64_CREATE_PORT (1 << 6)
Elliott Hughesabd62612013-11-08 11:45:48 -080057#define HV_X64_CONNECT_PORT (1 << 7)
Christopher Ferris38062f92014-07-09 15:33:25 -070058/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesabd62612013-11-08 11:45:48 -080059#define HV_X64_ACCESS_STATS (1 << 8)
60#define HV_X64_DEBUGGING (1 << 11)
61#define HV_X64_CPU_POWER_MANAGEMENT (1 << 12)
Elliott Hughesabd62612013-11-08 11:45:48 -080062#define HV_X64_CONFIGURE_PROFILER (1 << 13)
Christopher Ferris38062f92014-07-09 15:33:25 -070063/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesabd62612013-11-08 11:45:48 -080064#define HV_X64_MWAIT_AVAILABLE (1 << 0)
65#define HV_X64_GUEST_DEBUGGING_AVAILABLE (1 << 1)
66#define HV_X64_PERF_MONITOR_AVAILABLE (1 << 2)
Elliott Hughesabd62612013-11-08 11:45:48 -080067#define HV_X64_CPU_DYNAMIC_PARTITIONING_AVAILABLE (1 << 3)
Christopher Ferris38062f92014-07-09 15:33:25 -070068/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesabd62612013-11-08 11:45:48 -080069#define HV_X64_HYPERCALL_PARAMS_XMM_AVAILABLE (1 << 4)
70#define HV_X64_GUEST_IDLE_STATE_AVAILABLE (1 << 5)
71#define HV_X64_MWAIT_RECOMMENDED (1 << 0)
Elliott Hughesabd62612013-11-08 11:45:48 -080072#define HV_X64_LOCAL_TLB_FLUSH_RECOMMENDED (1 << 1)
Christopher Ferris38062f92014-07-09 15:33:25 -070073/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesabd62612013-11-08 11:45:48 -080074#define HV_X64_REMOTE_TLB_FLUSH_RECOMMENDED (1 << 2)
75#define HV_X64_APIC_ACCESS_RECOMMENDED (1 << 3)
76#define HV_X64_SYSTEM_RESET_RECOMMENDED (1 << 4)
Elliott Hughesabd62612013-11-08 11:45:48 -080077#define HV_X64_RELAXED_TIMING_RECOMMENDED (1 << 5)
Christopher Ferris38062f92014-07-09 15:33:25 -070078/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesabd62612013-11-08 11:45:48 -080079#define HV_X64_MSR_GUEST_OS_ID 0x40000000
80#define HV_X64_MSR_HYPERCALL 0x40000001
81#define HV_X64_MSR_VP_INDEX 0x40000002
Elliott Hughesabd62612013-11-08 11:45:48 -080082#define HV_X64_MSR_TIME_REF_COUNT 0x40000020
Christopher Ferris38062f92014-07-09 15:33:25 -070083/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
84#define HV_X64_MSR_TSC_FREQUENCY 0x40000022
85#define HV_X64_MSR_APIC_FREQUENCY 0x40000023
Elliott Hughesabd62612013-11-08 11:45:48 -080086#define HV_X64_MSR_EOI 0x40000070
87#define HV_X64_MSR_ICR 0x40000071
Elliott Hughesabd62612013-11-08 11:45:48 -080088/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris38062f92014-07-09 15:33:25 -070089#define HV_X64_MSR_TPR 0x40000072
Elliott Hughesabd62612013-11-08 11:45:48 -080090#define HV_X64_MSR_APIC_ASSIST_PAGE 0x40000073
91#define HV_X64_MSR_SCONTROL 0x40000080
92#define HV_X64_MSR_SVERSION 0x40000081
Elliott Hughesabd62612013-11-08 11:45:48 -080093/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris38062f92014-07-09 15:33:25 -070094#define HV_X64_MSR_SIEFP 0x40000082
Elliott Hughesabd62612013-11-08 11:45:48 -080095#define HV_X64_MSR_SIMP 0x40000083
96#define HV_X64_MSR_EOM 0x40000084
97#define HV_X64_MSR_SINT0 0x40000090
Elliott Hughesabd62612013-11-08 11:45:48 -080098/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris38062f92014-07-09 15:33:25 -070099#define HV_X64_MSR_SINT1 0x40000091
Elliott Hughesabd62612013-11-08 11:45:48 -0800100#define HV_X64_MSR_SINT2 0x40000092
101#define HV_X64_MSR_SINT3 0x40000093
102#define HV_X64_MSR_SINT4 0x40000094
Elliott Hughesabd62612013-11-08 11:45:48 -0800103/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris38062f92014-07-09 15:33:25 -0700104#define HV_X64_MSR_SINT5 0x40000095
Elliott Hughesabd62612013-11-08 11:45:48 -0800105#define HV_X64_MSR_SINT6 0x40000096
106#define HV_X64_MSR_SINT7 0x40000097
107#define HV_X64_MSR_SINT8 0x40000098
Elliott Hughesabd62612013-11-08 11:45:48 -0800108/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris38062f92014-07-09 15:33:25 -0700109#define HV_X64_MSR_SINT9 0x40000099
Elliott Hughesabd62612013-11-08 11:45:48 -0800110#define HV_X64_MSR_SINT10 0x4000009A
111#define HV_X64_MSR_SINT11 0x4000009B
112#define HV_X64_MSR_SINT12 0x4000009C
Elliott Hughesabd62612013-11-08 11:45:48 -0800113/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris38062f92014-07-09 15:33:25 -0700114#define HV_X64_MSR_SINT13 0x4000009D
Elliott Hughesabd62612013-11-08 11:45:48 -0800115#define HV_X64_MSR_SINT14 0x4000009E
116#define HV_X64_MSR_SINT15 0x4000009F
117#define HV_X64_MSR_HYPERCALL_ENABLE 0x00000001
Elliott Hughesabd62612013-11-08 11:45:48 -0800118/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris38062f92014-07-09 15:33:25 -0700119#define HV_X64_MSR_HYPERCALL_PAGE_ADDRESS_SHIFT 12
Elliott Hughesabd62612013-11-08 11:45:48 -0800120#define HV_X64_MSR_HYPERCALL_PAGE_ADDRESS_MASK (~((1ull << HV_X64_MSR_HYPERCALL_PAGE_ADDRESS_SHIFT) - 1))
121#define HV_X64_HV_NOTIFY_LONG_SPIN_WAIT 0x0008
122#define HV_X64_MSR_APIC_ASSIST_PAGE_ENABLE 0x00000001
Elliott Hughesabd62612013-11-08 11:45:48 -0800123/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris38062f92014-07-09 15:33:25 -0700124#define HV_X64_MSR_APIC_ASSIST_PAGE_ADDRESS_SHIFT 12
Elliott Hughesabd62612013-11-08 11:45:48 -0800125#define HV_X64_MSR_APIC_ASSIST_PAGE_ADDRESS_MASK (~((1ull << HV_X64_MSR_APIC_ASSIST_PAGE_ADDRESS_SHIFT) - 1))
Christopher Ferris38062f92014-07-09 15:33:25 -0700126#define HV_X64_MSR_TSC_REFERENCE_ENABLE 0x00000001
127#define HV_X64_MSR_TSC_REFERENCE_ADDRESS_SHIFT 12
128/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesabd62612013-11-08 11:45:48 -0800129#define HV_PROCESSOR_POWER_STATE_C0 0
130#define HV_PROCESSOR_POWER_STATE_C1 1
131#define HV_PROCESSOR_POWER_STATE_C2 2
Elliott Hughesabd62612013-11-08 11:45:48 -0800132#define HV_PROCESSOR_POWER_STATE_C3 3
Christopher Ferris38062f92014-07-09 15:33:25 -0700133/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesabd62612013-11-08 11:45:48 -0800134#define HV_STATUS_SUCCESS 0
135#define HV_STATUS_INVALID_HYPERCALL_CODE 2
136#define HV_STATUS_INVALID_HYPERCALL_INPUT 3
Elliott Hughesabd62612013-11-08 11:45:48 -0800137#define HV_STATUS_INVALID_ALIGNMENT 4
Christopher Ferris38062f92014-07-09 15:33:25 -0700138/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesabd62612013-11-08 11:45:48 -0800139#define HV_STATUS_INSUFFICIENT_BUFFERS 19
Christopher Ferris38062f92014-07-09 15:33:25 -0700140typedef struct _HV_REFERENCE_TSC_PAGE {
141 __u32 tsc_sequence;
142 __u32 res1;
143/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
144 __u64 tsc_scale;
145 __s64 tsc_offset;
146} HV_REFERENCE_TSC_PAGE, *PHV_REFERENCE_TSC_PAGE;
Elliott Hughesabd62612013-11-08 11:45:48 -0800147#endif
Christopher Ferris38062f92014-07-09 15:33:25 -0700148/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */