blob: 6520d95d66311ddb734bdf88ce490576c9b678d7 [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 Ferris05d08e92016-02-04 13:16:38 -080036#define HV_X64_MSR_REFERENCE_TSC_AVAILABLE (1 << 9)
Christopher Ferris38062f92014-07-09 15:33:25 -070037#define HV_X64_MSR_REFERENCE_TSC 0x40000021
Christopher Ferris38062f92014-07-09 15:33:25 -070038/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris05d08e92016-02-04 13:16:38 -080039#define HV_X64_MSR_APIC_FREQUENCY_AVAILABLE (1 << 11)
Christopher Ferris38062f92014-07-09 15:33:25 -070040#define HV_X64_MSR_TSC_FREQUENCY_AVAILABLE (1 << 11)
Elliott Hughesabd62612013-11-08 11:45:48 -080041#define HV_X64_MSR_SYNIC_AVAILABLE (1 << 2)
42#define HV_X64_MSR_SYNTIMER_AVAILABLE (1 << 3)
Christopher Ferris38062f92014-07-09 15:33:25 -070043/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris05d08e92016-02-04 13:16:38 -080044#define HV_X64_MSR_APIC_ACCESS_AVAILABLE (1 << 4)
Elliott Hughesabd62612013-11-08 11:45:48 -080045#define HV_X64_MSR_HYPERCALL_AVAILABLE (1 << 5)
46#define HV_X64_MSR_VP_INDEX_AVAILABLE (1 << 6)
47#define HV_X64_MSR_RESET_AVAILABLE (1 << 7)
Christopher Ferris38062f92014-07-09 15:33:25 -070048/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris05d08e92016-02-04 13:16:38 -080049#define HV_X64_MSR_STAT_PAGES_AVAILABLE (1 << 8)
Elliott Hughesabd62612013-11-08 11:45:48 -080050#define HV_X64_CREATE_PARTITIONS (1 << 0)
51#define HV_X64_ACCESS_PARTITION_ID (1 << 1)
52#define HV_X64_ACCESS_MEMORY_POOL (1 << 2)
Christopher Ferris38062f92014-07-09 15:33:25 -070053/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris05d08e92016-02-04 13:16:38 -080054#define HV_X64_ADJUST_MESSAGE_BUFFERS (1 << 3)
Elliott Hughesabd62612013-11-08 11:45:48 -080055#define HV_X64_POST_MESSAGES (1 << 4)
56#define HV_X64_SIGNAL_EVENTS (1 << 5)
57#define HV_X64_CREATE_PORT (1 << 6)
Christopher Ferris38062f92014-07-09 15:33:25 -070058/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris05d08e92016-02-04 13:16:38 -080059#define HV_X64_CONNECT_PORT (1 << 7)
Elliott Hughesabd62612013-11-08 11:45:48 -080060#define HV_X64_ACCESS_STATS (1 << 8)
61#define HV_X64_DEBUGGING (1 << 11)
62#define HV_X64_CPU_POWER_MANAGEMENT (1 << 12)
Christopher Ferris38062f92014-07-09 15:33:25 -070063/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris05d08e92016-02-04 13:16:38 -080064#define HV_X64_CONFIGURE_PROFILER (1 << 13)
Elliott Hughesabd62612013-11-08 11:45:48 -080065#define HV_X64_MWAIT_AVAILABLE (1 << 0)
66#define HV_X64_GUEST_DEBUGGING_AVAILABLE (1 << 1)
67#define HV_X64_PERF_MONITOR_AVAILABLE (1 << 2)
Christopher Ferris38062f92014-07-09 15:33:25 -070068/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris05d08e92016-02-04 13:16:38 -080069#define HV_X64_CPU_DYNAMIC_PARTITIONING_AVAILABLE (1 << 3)
Elliott Hughesabd62612013-11-08 11:45:48 -080070#define HV_X64_HYPERCALL_PARAMS_XMM_AVAILABLE (1 << 4)
71#define HV_X64_GUEST_IDLE_STATE_AVAILABLE (1 << 5)
Christopher Ferris05d08e92016-02-04 13:16:38 -080072#define HV_X64_GUEST_CRASH_MSR_AVAILABLE (1 << 10)
73/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesabd62612013-11-08 11:45:48 -080074#define HV_X64_MWAIT_RECOMMENDED (1 << 0)
Elliott Hughesabd62612013-11-08 11:45:48 -080075#define HV_X64_LOCAL_TLB_FLUSH_RECOMMENDED (1 << 1)
76#define HV_X64_REMOTE_TLB_FLUSH_RECOMMENDED (1 << 2)
77#define HV_X64_APIC_ACCESS_RECOMMENDED (1 << 3)
Christopher Ferris05d08e92016-02-04 13:16:38 -080078/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesabd62612013-11-08 11:45:48 -080079#define HV_X64_SYSTEM_RESET_RECOMMENDED (1 << 4)
Elliott Hughesabd62612013-11-08 11:45:48 -080080#define HV_X64_RELAXED_TIMING_RECOMMENDED (1 << 5)
81#define HV_X64_MSR_GUEST_OS_ID 0x40000000
82#define HV_X64_MSR_HYPERCALL 0x40000001
Christopher Ferris05d08e92016-02-04 13:16:38 -080083/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesabd62612013-11-08 11:45:48 -080084#define HV_X64_MSR_VP_INDEX 0x40000002
Christopher Ferris05d08e92016-02-04 13:16:38 -080085#define HV_X64_MSR_RESET 0x40000003
86#define HV_X64_MSR_VP_RUNTIME 0x40000010
Elliott Hughesabd62612013-11-08 11:45:48 -080087#define HV_X64_MSR_TIME_REF_COUNT 0x40000020
Christopher Ferris38062f92014-07-09 15:33:25 -070088/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
89#define HV_X64_MSR_TSC_FREQUENCY 0x40000022
90#define HV_X64_MSR_APIC_FREQUENCY 0x40000023
Elliott Hughesabd62612013-11-08 11:45:48 -080091#define HV_X64_MSR_EOI 0x40000070
92#define HV_X64_MSR_ICR 0x40000071
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_TPR 0x40000072
Elliott Hughesabd62612013-11-08 11:45:48 -080095#define HV_X64_MSR_APIC_ASSIST_PAGE 0x40000073
96#define HV_X64_MSR_SCONTROL 0x40000080
97#define HV_X64_MSR_SVERSION 0x40000081
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_SIEFP 0x40000082
Elliott Hughesabd62612013-11-08 11:45:48 -0800100#define HV_X64_MSR_SIMP 0x40000083
101#define HV_X64_MSR_EOM 0x40000084
102#define HV_X64_MSR_SINT0 0x40000090
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_SINT1 0x40000091
Elliott Hughesabd62612013-11-08 11:45:48 -0800105#define HV_X64_MSR_SINT2 0x40000092
106#define HV_X64_MSR_SINT3 0x40000093
107#define HV_X64_MSR_SINT4 0x40000094
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_SINT5 0x40000095
Elliott Hughesabd62612013-11-08 11:45:48 -0800110#define HV_X64_MSR_SINT6 0x40000096
111#define HV_X64_MSR_SINT7 0x40000097
112#define HV_X64_MSR_SINT8 0x40000098
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_SINT9 0x40000099
Elliott Hughesabd62612013-11-08 11:45:48 -0800115#define HV_X64_MSR_SINT10 0x4000009A
116#define HV_X64_MSR_SINT11 0x4000009B
117#define HV_X64_MSR_SINT12 0x4000009C
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_SINT13 0x4000009D
Elliott Hughesabd62612013-11-08 11:45:48 -0800120#define HV_X64_MSR_SINT14 0x4000009E
121#define HV_X64_MSR_SINT15 0x4000009F
Christopher Ferris05d08e92016-02-04 13:16:38 -0800122#define HV_X64_MSR_STIMER0_CONFIG 0x400000B0
123/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
124#define HV_X64_MSR_STIMER0_COUNT 0x400000B1
125#define HV_X64_MSR_STIMER1_CONFIG 0x400000B2
126#define HV_X64_MSR_STIMER1_COUNT 0x400000B3
127#define HV_X64_MSR_STIMER2_CONFIG 0x400000B4
128/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
129#define HV_X64_MSR_STIMER2_COUNT 0x400000B5
130#define HV_X64_MSR_STIMER3_CONFIG 0x400000B6
131#define HV_X64_MSR_STIMER3_COUNT 0x400000B7
132#define HV_X64_MSR_CRASH_P0 0x40000100
133/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
134#define HV_X64_MSR_CRASH_P1 0x40000101
135#define HV_X64_MSR_CRASH_P2 0x40000102
136#define HV_X64_MSR_CRASH_P3 0x40000103
137#define HV_X64_MSR_CRASH_P4 0x40000104
138/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
139#define HV_X64_MSR_CRASH_CTL 0x40000105
140#define HV_X64_MSR_CRASH_CTL_NOTIFY (1ULL << 63)
141#define HV_X64_MSR_CRASH_PARAMS (1 + (HV_X64_MSR_CRASH_P4 - HV_X64_MSR_CRASH_P0))
Elliott Hughesabd62612013-11-08 11:45:48 -0800142#define HV_X64_MSR_HYPERCALL_ENABLE 0x00000001
Elliott Hughesabd62612013-11-08 11:45:48 -0800143/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris38062f92014-07-09 15:33:25 -0700144#define HV_X64_MSR_HYPERCALL_PAGE_ADDRESS_SHIFT 12
Tao Baod7db5942015-01-28 10:07:51 -0800145#define HV_X64_MSR_HYPERCALL_PAGE_ADDRESS_MASK (~((1ull << HV_X64_MSR_HYPERCALL_PAGE_ADDRESS_SHIFT) - 1))
Christopher Ferris106b3a82016-08-24 12:15:38 -0700146#define HVCALL_NOTIFY_LONG_SPIN_WAIT 0x0008
147#define HVCALL_POST_MESSAGE 0x005c
Elliott Hughesabd62612013-11-08 11:45:48 -0800148/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris106b3a82016-08-24 12:15:38 -0700149#define HVCALL_SIGNAL_EVENT 0x005d
150#define HV_X64_MSR_APIC_ASSIST_PAGE_ENABLE 0x00000001
Christopher Ferris38062f92014-07-09 15:33:25 -0700151#define HV_X64_MSR_APIC_ASSIST_PAGE_ADDRESS_SHIFT 12
Tao Baod7db5942015-01-28 10:07:51 -0800152#define HV_X64_MSR_APIC_ASSIST_PAGE_ADDRESS_MASK (~((1ull << HV_X64_MSR_APIC_ASSIST_PAGE_ADDRESS_SHIFT) - 1))
Christopher Ferris106b3a82016-08-24 12:15:38 -0700153/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris38062f92014-07-09 15:33:25 -0700154#define HV_X64_MSR_TSC_REFERENCE_ENABLE 0x00000001
155#define HV_X64_MSR_TSC_REFERENCE_ADDRESS_SHIFT 12
Elliott Hughesabd62612013-11-08 11:45:48 -0800156#define HV_PROCESSOR_POWER_STATE_C0 0
157#define HV_PROCESSOR_POWER_STATE_C1 1
Christopher Ferris106b3a82016-08-24 12:15:38 -0700158/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesabd62612013-11-08 11:45:48 -0800159#define HV_PROCESSOR_POWER_STATE_C2 2
Elliott Hughesabd62612013-11-08 11:45:48 -0800160#define HV_PROCESSOR_POWER_STATE_C3 3
161#define HV_STATUS_SUCCESS 0
162#define HV_STATUS_INVALID_HYPERCALL_CODE 2
Christopher Ferris106b3a82016-08-24 12:15:38 -0700163/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesabd62612013-11-08 11:45:48 -0800164#define HV_STATUS_INVALID_HYPERCALL_INPUT 3
Elliott Hughesabd62612013-11-08 11:45:48 -0800165#define HV_STATUS_INVALID_ALIGNMENT 4
Christopher Ferris05d08e92016-02-04 13:16:38 -0800166#define HV_STATUS_INSUFFICIENT_MEMORY 11
167#define HV_STATUS_INVALID_CONNECTION_ID 18
Christopher Ferris106b3a82016-08-24 12:15:38 -0700168/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Elliott Hughesabd62612013-11-08 11:45:48 -0800169#define HV_STATUS_INSUFFICIENT_BUFFERS 19
Christopher Ferris38062f92014-07-09 15:33:25 -0700170typedef struct _HV_REFERENCE_TSC_PAGE {
Tao Baod7db5942015-01-28 10:07:51 -0800171 __u32 tsc_sequence;
172 __u32 res1;
Christopher Ferris106b3a82016-08-24 12:15:38 -0700173/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Tao Baod7db5942015-01-28 10:07:51 -0800174 __u64 tsc_scale;
175 __s64 tsc_offset;
Christopher Ferris05d08e92016-02-04 13:16:38 -0800176} HV_REFERENCE_TSC_PAGE, * PHV_REFERENCE_TSC_PAGE;
177#define HV_SYNIC_SINT_COUNT (16)
Christopher Ferris106b3a82016-08-24 12:15:38 -0700178/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris05d08e92016-02-04 13:16:38 -0800179#define HV_SYNIC_VERSION_1 (0x1)
180#define HV_SYNIC_CONTROL_ENABLE (1ULL << 0)
Christopher Ferris05d08e92016-02-04 13:16:38 -0800181#define HV_SYNIC_SIMP_ENABLE (1ULL << 0)
182#define HV_SYNIC_SIEFP_ENABLE (1ULL << 0)
Christopher Ferris106b3a82016-08-24 12:15:38 -0700183/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris05d08e92016-02-04 13:16:38 -0800184#define HV_SYNIC_SINT_MASKED (1ULL << 16)
185#define HV_SYNIC_SINT_AUTO_EOI (1ULL << 17)
Christopher Ferris05d08e92016-02-04 13:16:38 -0800186#define HV_SYNIC_SINT_VECTOR_MASK (0xFF)
Christopher Ferris106b3a82016-08-24 12:15:38 -0700187#define HV_SYNIC_STIMER_COUNT (4)
188/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
189#define HV_MESSAGE_SIZE (256)
190#define HV_MESSAGE_PAYLOAD_BYTE_COUNT (240)
191#define HV_MESSAGE_PAYLOAD_QWORD_COUNT (30)
192enum hv_message_type {
193/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
194 HVMSG_NONE = 0x00000000,
195 HVMSG_UNMAPPED_GPA = 0x80000000,
196 HVMSG_GPA_INTERCEPT = 0x80000001,
197 HVMSG_TIMER_EXPIRED = 0x80000010,
198/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
199 HVMSG_INVALID_VP_REGISTER_VALUE = 0x80000020,
200 HVMSG_UNRECOVERABLE_EXCEPTION = 0x80000021,
201 HVMSG_UNSUPPORTED_FEATURE = 0x80000022,
202 HVMSG_EVENTLOG_BUFFERCOMPLETE = 0x80000040,
203/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
204 HVMSG_X64_IOPORT_INTERCEPT = 0x80010000,
205 HVMSG_X64_MSR_INTERCEPT = 0x80010001,
206 HVMSG_X64_CPUID_INTERCEPT = 0x80010002,
207 HVMSG_X64_EXCEPTION_INTERCEPT = 0x80010003,
208/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
209 HVMSG_X64_APIC_EOI = 0x80010004,
210 HVMSG_X64_LEGACY_FP_ERROR = 0x80010005
211};
212union hv_message_flags {
213/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
214 __u8 asu8;
215 struct {
216 __u8 msg_pending : 1;
217 __u8 reserved : 7;
218/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
219 };
220};
221union hv_port_id {
222 __u32 asu32;
223/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
224 struct {
225 __u32 id : 24;
226 __u32 reserved : 8;
227 } u;
228/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
229};
230struct hv_message_header {
231 __u32 message_type;
232 __u8 payload_size;
233/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
234 union hv_message_flags message_flags;
235 __u8 reserved[2];
236 union {
237 __u64 sender;
238/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
239 union hv_port_id port;
240 };
241};
242struct hv_message {
243/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
244 struct hv_message_header header;
245 union {
246 __u64 payload[HV_MESSAGE_PAYLOAD_QWORD_COUNT];
247 } u;
248/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
249};
250struct hv_message_page {
251 struct hv_message sint_message[HV_SYNIC_SINT_COUNT];
252};
253/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
254struct hv_timer_message_payload {
255 __u32 timer_index;
256 __u32 reserved;
257 __u64 expiration_time;
258/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
259 __u64 delivery_time;
260};
261#define HV_STIMER_ENABLE (1ULL << 0)
262#define HV_STIMER_PERIODIC (1ULL << 1)
263/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
264#define HV_STIMER_LAZY (1ULL << 2)
265#define HV_STIMER_AUTOENABLE (1ULL << 3)
266#define HV_STIMER_SINT(config) (__u8) (((config) >> 16) & 0x0F)
Christopher Ferris05d08e92016-02-04 13:16:38 -0800267#endif
Christopher Ferris106b3a82016-08-24 12:15:38 -0700268/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */