Staging: hv: remove OnIsr vmbus_driver callback
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / staging / hv / hv_api.h
blob70e863ad0464a4cac5e4ac4af61d7bee34ad8ef7
1 /*
3 * Copyright (c) 2009, Microsoft Corporation.
5 * This program is free software; you can redistribute it and/or modify it
6 * under the terms and conditions of the GNU General Public License,
7 * version 2, as published by the Free Software Foundation.
9 * This program is distributed in the hope it will be useful, but WITHOUT
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
12 * more details.
14 * You should have received a copy of the GNU General Public License along with
15 * this program; if not, write to the Free Software Foundation, Inc., 59 Temple
16 * Place - Suite 330, Boston, MA 02111-1307 USA.
18 * Authors:
19 * Haiyang Zhang <haiyangz@microsoft.com>
20 * Hank Janssen <hjanssen@microsoft.com>
23 #ifndef __HV_API_H
24 #define __HV_API_H
27 /* Status codes for hypervisor operations. */
30 * HV_STATUS_SUCCESS
31 * The specified hypercall succeeded
33 #define HV_STATUS_SUCCESS ((u16)0x0000)
36 * HV_STATUS_INVALID_HYPERCALL_CODE
37 * The hypervisor does not support the operation because the specified
38 * hypercall code is not supported.
40 #define HV_STATUS_INVALID_HYPERCALL_CODE ((u16)0x0002)
43 * HV_STATUS_INVALID_HYPERCALL_INPUT
44 * The hypervisor does not support the operation because the encoding for the
45 * hypercall input register is not supported.
47 #define HV_STATUS_INVALID_HYPERCALL_INPUT ((u16)0x0003)
50 * HV_STATUS_INVALID_ALIGNMENT
51 * The hypervisor could not perform the operation beacuse a parameter has an
52 * invalid alignment.
54 #define HV_STATUS_INVALID_ALIGNMENT ((u16)0x0004)
57 * HV_STATUS_INVALID_PARAMETER
58 * The hypervisor could not perform the operation beacuse an invalid parameter
59 * was specified.
61 #define HV_STATUS_INVALID_PARAMETER ((u16)0x0005)
64 * HV_STATUS_ACCESS_DENIED
65 * Access to the specified object was denied.
67 #define HV_STATUS_ACCESS_DENIED ((u16)0x0006)
70 * HV_STATUS_INVALID_PARTITION_STATE
71 * The hypervisor could not perform the operation because the partition is
72 * entering or in an invalid state.
74 #define HV_STATUS_INVALID_PARTITION_STATE ((u16)0x0007)
77 * HV_STATUS_OPERATION_DENIED
78 * The operation is not allowed in the current state.
80 #define HV_STATUS_OPERATION_DENIED ((u16)0x0008)
83 * HV_STATUS_UNKNOWN_PROPERTY
84 * The hypervisor does not recognize the specified partition property.
86 #define HV_STATUS_UNKNOWN_PROPERTY ((u16)0x0009)
89 * HV_STATUS_PROPERTY_VALUE_OUT_OF_RANGE
90 * The specified value of a partition property is out of range or violates an
91 * invariant.
93 #define HV_STATUS_PROPERTY_VALUE_OUT_OF_RANGE ((u16)0x000A)
96 * HV_STATUS_INSUFFICIENT_MEMORY
97 * There is not enough memory in the hypervisor pool to complete the operation.
99 #define HV_STATUS_INSUFFICIENT_MEMORY ((u16)0x000B)
102 * HV_STATUS_PARTITION_TOO_DEEP
103 * The maximum partition depth has been exceeded for the partition hierarchy.
105 #define HV_STATUS_PARTITION_TOO_DEEP ((u16)0x000C)
108 * HV_STATUS_INVALID_PARTITION_ID
109 * A partition with the specified partition Id does not exist.
111 #define HV_STATUS_INVALID_PARTITION_ID ((u16)0x000D)
114 * HV_STATUS_INVALID_VP_INDEX
115 * The hypervisor could not perform the operation because the specified VP
116 * index is invalid.
118 #define HV_STATUS_INVALID_VP_INDEX ((u16)0x000E)
121 * HV_STATUS_NOT_FOUND
122 * The iteration is complete; no addition items in the iteration could be
123 * found.
125 #define HV_STATUS_NOT_FOUND ((u16)0x0010)
128 * HV_STATUS_INVALID_PORT_ID
129 * The hypervisor could not perform the operation because the specified port
130 * identifier is invalid.
132 #define HV_STATUS_INVALID_PORT_ID ((u16)0x0011)
135 * HV_STATUS_INVALID_CONNECTION_ID
136 * The hypervisor could not perform the operation because the specified
137 * connection identifier is invalid.
139 #define HV_STATUS_INVALID_CONNECTION_ID ((u16)0x0012)
142 * HV_STATUS_INSUFFICIENT_BUFFERS
143 * You did not supply enough message buffers to send a message.
145 #define HV_STATUS_INSUFFICIENT_BUFFERS ((u16)0x0013)
148 * HV_STATUS_NOT_ACKNOWLEDGED
149 * The previous virtual interrupt has not been acknowledged.
151 #define HV_STATUS_NOT_ACKNOWLEDGED ((u16)0x0014)
154 * HV_STATUS_INVALID_VP_STATE
155 * A virtual processor is not in the correct state for the performance of the
156 * indicated operation.
158 #define HV_STATUS_INVALID_VP_STATE ((u16)0x0015)
161 * HV_STATUS_ACKNOWLEDGED
162 * The previous virtual interrupt has already been acknowledged.
164 #define HV_STATUS_ACKNOWLEDGED ((u16)0x0016)
167 * HV_STATUS_INVALID_SAVE_RESTORE_STATE
168 * The indicated partition is not in a valid state for saving or restoring.
170 #define HV_STATUS_INVALID_SAVE_RESTORE_STATE ((u16)0x0017)
173 * HV_STATUS_INVALID_SYNIC_STATE
174 * The hypervisor could not complete the operation because a required feature
175 * of the synthetic interrupt controller (SynIC) was disabled.
177 #define HV_STATUS_INVALID_SYNIC_STATE ((u16)0x0018)
180 * HV_STATUS_OBJECT_IN_USE
181 * The hypervisor could not perform the operation because the object or value
182 * was either already in use or being used for a purpose that would not permit
183 * completing the operation.
185 #define HV_STATUS_OBJECT_IN_USE ((u16)0x0019)
188 * HV_STATUS_INVALID_PROXIMITY_DOMAIN_INFO
189 * The proximity domain information is invalid.
191 #define HV_STATUS_INVALID_PROXIMITY_DOMAIN_INFO ((u16)0x001A)
194 * HV_STATUS_NO_DATA
195 * An attempt to retrieve debugging data failed because none was available.
197 #define HV_STATUS_NO_DATA ((u16)0x001B)
200 * HV_STATUS_INACTIVE
201 * The physical connection being used for debuggging has not recorded any
202 * receive activity since the last operation.
204 #define HV_STATUS_INACTIVE ((u16)0x001C)
207 * HV_STATUS_NO_RESOURCES
208 * There are not enough resources to complete the operation.
210 #define HV_STATUS_NO_RESOURCES ((u16)0x001D)
213 * HV_STATUS_FEATURE_UNAVAILABLE
214 * A hypervisor feature is not available to the user.
216 #define HV_STATUS_FEATURE_UNAVAILABLE ((u16)0x001E)
219 * HV_STATUS_UNSUCCESSFUL
220 * {Operation Failed} The requested operation was unsuccessful.
222 #define HV_STATUS_UNSUCCESSFUL ((u16)0x1001)
225 * HV_STATUS_INSUFFICIENT_BUFFER
226 * The specified buffer was too small to contain all of the requested data.
228 #define HV_STATUS_INSUFFICIENT_BUFFER ((u16)0x1002)
231 * HV_STATUS_GPA_NOT_PRESENT
232 * The guest physical address is not currently associated with a system
233 * physical address.
235 #define HV_STATUS_GPA_NOT_PRESENT ((u16)0x1003)
238 * HV_STATUS_GUEST_PAGE_FAULT
239 * The operation would have resulted in a page fault in the guest.
241 #define HV_STATUS_GUEST_PAGE_FAULT ((u16)0x1004)
244 * HV_STATUS_RUNDOWN_DISABLED
245 * The operation cannot proceed as the rundown object was marked disabled.
247 #define HV_STATUS_RUNDOWN_DISABLED ((u16)0x1005)
250 * HV_STATUS_KEY_ALREADY_EXISTS
251 * The entry cannot be added as another entry with the same key already exists.
253 #define HV_STATUS_KEY_ALREADY_EXISTS ((u16)0x1006)
256 * HV_STATUS_GPA_INTERCEPT
257 * The operation resulted an intercept on a region of guest physical memory.
259 #define HV_STATUS_GPA_INTERCEPT ((u16)0x1007)
262 * HV_STATUS_GUEST_GENERAL_PROTECTION_FAULT
263 * The operation would have resulted in a general protection fault in the
264 * guest.
266 #define HV_STATUS_GUEST_GENERAL_PROTECTION_FAULT ((u16)0x1008)
269 * HV_STATUS_GUEST_STACK_FAULT
270 * The operation would have resulted in a stack fault in the guest.
272 #define HV_STATUS_GUEST_STACK_FAULT ((u16)0x1009)
275 * HV_STATUS_GUEST_INVALID_OPCODE_FAULT
276 * The operation would have resulted in an invalid opcode fault in the guest.
278 #define HV_STATUS_GUEST_INVALID_OPCODE_FAULT ((u16)0x100A)
281 * HV_STATUS_FINALIZE_INCOMPLETE
282 * The partition is not completely finalized.
284 #define HV_STATUS_FINALIZE_INCOMPLETE ((u16)0x100B)
287 * HV_STATUS_GUEST_MACHINE_CHECK_ABORT
288 * The operation would have resulted in an machine check abort in the guest.
290 #define HV_STATUS_GUEST_MACHINE_CHECK_ABORT ((u16)0x100C)
293 * HV_STATUS_ILLEGAL_OVERLAY_ACCESS
294 * An illegal access was attempted to an overlay page.
296 #define HV_STATUS_ILLEGAL_OVERLAY_ACCESS ((u16)0x100D)
299 * HV_STATUS_INSUFFICIENT_SYSTEM_VA
300 * There is not enough system VA space available to satisfy the request,
302 #define HV_STATUS_INSUFFICIENT_SYSTEM_VA ((u16)0x100E)
305 * HV_STATUS_VIRTUAL_ADDRESS_NOT_MAPPED
306 * The passed virtual address was not mapped in the hypervisor address space.
308 #define HV_STATUS_VIRTUAL_ADDRESS_NOT_MAPPED ((u16)0x100F)
311 * HV_STATUS_NOT_IMPLEMENTED
312 * The requested operation is not implemented in this version of the
313 * hypervisor.
315 #define HV_STATUS_NOT_IMPLEMENTED ((u16)0x1010)
318 * HV_STATUS_VMX_INSTRUCTION_FAILED
319 * The requested VMX instruction failed to complete successfully.
321 #define HV_STATUS_VMX_INSTRUCTION_FAILED ((u16)0x1011)
324 * HV_STATUS_VMX_INSTRUCTION_FAILED_WITH_STATUS
325 * The requested VMX instruction failed to complete successfully indicating
326 * status.
328 #define HV_STATUS_VMX_INSTRUCTION_FAILED_WITH_STATUS ((u16)0x1012)
331 * HV_STATUS_MSR_ACCESS_FAILED
332 * The requested access to the model specific register failed.
334 #define HV_STATUS_MSR_ACCESS_FAILED ((u16)0x1013)
337 * HV_STATUS_CR_ACCESS_FAILED
338 * The requested access to the control register failed.
340 #define HV_STATUS_CR_ACCESS_FAILED ((u16)0x1014)
343 * HV_STATUS_TIMEOUT
344 * The specified timeout expired before the operation completed.
346 #define HV_STATUS_TIMEOUT ((u16)0x1016)
349 * HV_STATUS_MSR_INTERCEPT
350 * The requested access to the model specific register generated an intercept.
352 #define HV_STATUS_MSR_INTERCEPT ((u16)0x1017)
355 * HV_STATUS_CPUID_INTERCEPT
356 * The CPUID instruction generated an intercept.
358 #define HV_STATUS_CPUID_INTERCEPT ((u16)0x1018)
361 * HV_STATUS_REPEAT_INSTRUCTION
362 * The current instruction should be repeated and the instruction pointer not
363 * advanced.
365 #define HV_STATUS_REPEAT_INSTRUCTION ((u16)0x1019)
368 * HV_STATUS_PAGE_PROTECTION_VIOLATION
369 * The current instruction should be repeated and the instruction pointer not
370 * advanced.
372 #define HV_STATUS_PAGE_PROTECTION_VIOLATION ((u16)0x101A)
375 * HV_STATUS_PAGE_TABLE_INVALID
376 * The current instruction should be repeated and the instruction pointer not
377 * advanced.
379 #define HV_STATUS_PAGE_TABLE_INVALID ((u16)0x101B)
382 * HV_STATUS_PAGE_NOT_PRESENT
383 * The current instruction should be repeated and the instruction pointer not
384 * advanced.
386 #define HV_STATUS_PAGE_NOT_PRESENT ((u16)0x101C)
389 * HV_STATUS_IO_INTERCEPT
390 * The requested access to the I/O port generated an intercept.
392 #define HV_STATUS_IO_INTERCEPT ((u16)0x101D)
395 * HV_STATUS_NOTHING_TO_DO
396 * There is nothing to do.
398 #define HV_STATUS_NOTHING_TO_DO ((u16)0x101E)
401 * HV_STATUS_THREAD_TERMINATING
402 * The requested thread is terminating.
404 #define HV_STATUS_THREAD_TERMINATING ((u16)0x101F)
407 * HV_STATUS_SECTION_ALREADY_CONSTRUCTED
408 * The specified section was already constructed.
410 #define HV_STATUS_SECTION_ALREADY_CONSTRUCTED ((u16)0x1020)
412 /* HV_STATUS_SECTION_NOT_ALREADY_CONSTRUCTED
413 * The specified section was not already constructed.
415 #define HV_STATUS_SECTION_NOT_ALREADY_CONSTRUCTED ((u16)0x1021)
418 * HV_STATUS_PAGE_ALREADY_COMMITTED
419 * The specified virtual address was already backed by physical memory.
421 #define HV_STATUS_PAGE_ALREADY_COMMITTED ((u16)0x1022)
424 * HV_STATUS_PAGE_NOT_ALREADY_COMMITTED
425 * The specified virtual address was not already backed by physical memory.
427 #define HV_STATUS_PAGE_NOT_ALREADY_COMMITTED ((u16)0x1023)
430 * HV_STATUS_COMMITTED_PAGES_REMAIN
431 * Committed pages remain in the section.
433 #define HV_STATUS_COMMITTED_PAGES_REMAIN ((u16)0x1024)
436 * HV_STATUS_NO_REMAINING_COMMITTED_PAGES
437 * No additional committed pages beyond the specified page exist in the
438 * section.
440 #define HV_STATUS_NO_REMAINING_COMMITTED_PAGES ((u16)0x1025)
443 * HV_STATUS_INSUFFICIENT_COMPARTMENT_VA
444 * The VA space of the compartment is exhausted.
446 #define HV_STATUS_INSUFFICIENT_COMPARTMENT_VA ((u16)0x1026)
449 * HV_STATUS_DEREF_SPA_LIST_FULL
450 * The SPA dereference list is full, and there are additional entries to be
451 * added to it.
453 #define HV_STATUS_DEREF_SPA_LIST_FULL ((u16)0x1027)
456 * HV_STATUS_GPA_OUT_OF_RANGE
457 * The supplied GPA is out of range.
459 #define HV_STATUS_GPA_OUT_OF_RANGE ((u16)0x1027)
462 * HV_STATUS_NONVOLATILE_XMM_STALE
463 * The XMM register that was being accessed is stale.
465 #define HV_STATUS_NONVOLATILE_XMM_STALE ((u16)0x1028)
467 /* HV_STATUS_UNSUPPORTED_PROCESSOR
468 * The hypervisor does not support the processors in this system.
470 #define HV_STATUS_UNSUPPORTED_PROCESSOR ((u16)0x1029)
473 * HV_STATUS_INSUFFICIENT_CROM_SPACE
474 * Insufficient space existed for copying over the CROM contents.
476 #define HV_STATUS_INSUFFICIENT_CROM_SPACE ((u16)0x2000)
479 * HV_STATUS_BAD_CROM_FORMAT
480 * The contents of the CROM failed validation attempts.
482 #define HV_STATUS_BAD_CROM_FORMAT ((u16)0x2001)
485 * HV_STATUS_UNSUPPORTED_CROM_FORMAT
486 * The contents of the CROM contain contents the parser doesn't support.
488 #define HV_STATUS_UNSUPPORTED_CROM_FORMAT ((u16)0x2002)
491 * HV_STATUS_UNSUPPORTED_CONTROLLER
492 * The register format of the OHCI controller specified for debugging is not
493 * supported.
495 #define HV_STATUS_UNSUPPORTED_CONTROLLER ((u16)0x2003)
498 * HV_STATUS_CROM_TOO_LARGE
499 * The CROM contents were to large to copy over.
501 #define HV_STATUS_CROM_TOO_LARGE ((u16)0x2004)
504 * HV_STATUS_CONTROLLER_IN_USE
505 * The OHCI controller specified for debugging cannot be used as it is already
506 * in use.
508 #define HV_STATUS_CONTROLLER_IN_USE ((u16)0x2005)
512 * The below CPUID leaves are present if VersionAndFeatures.HypervisorPresent
513 * is set by CPUID(HVCPUID_VERSION_FEATURES).
515 enum hv_cpuid_function {
516 HVCPUID_VERSION_FEATURES = 0x00000001,
517 HVCPUID_VENDOR_MAXFUNCTION = 0x40000000,
518 HVCPUID_INTERFACE = 0x40000001,
521 * The remaining functions depend on the value of
522 * HVCPUID_INTERFACE
524 HVCPUID_VERSION = 0x40000002,
525 HVCPUID_FEATURES = 0x40000003,
526 HVCPUID_ENLIGHTENMENT_INFO = 0x40000004,
527 HVCPUID_IMPLEMENTATION_LIMITS = 0x40000005,
530 /* Define the virtual APIC registers */
531 #define HV_X64_MSR_EOI (0x40000070)
532 #define HV_X64_MSR_ICR (0x40000071)
533 #define HV_X64_MSR_TPR (0x40000072)
534 #define HV_X64_MSR_APIC_ASSIST_PAGE (0x40000073)
536 /* Define version of the synthetic interrupt controller. */
537 #define HV_SYNIC_VERSION (1)
539 /* Define synthetic interrupt controller model specific registers. */
540 #define HV_X64_MSR_SCONTROL (0x40000080)
541 #define HV_X64_MSR_SVERSION (0x40000081)
542 #define HV_X64_MSR_SIEFP (0x40000082)
543 #define HV_X64_MSR_SIMP (0x40000083)
544 #define HV_X64_MSR_EOM (0x40000084)
545 #define HV_X64_MSR_SINT0 (0x40000090)
546 #define HV_X64_MSR_SINT1 (0x40000091)
547 #define HV_X64_MSR_SINT2 (0x40000092)
548 #define HV_X64_MSR_SINT3 (0x40000093)
549 #define HV_X64_MSR_SINT4 (0x40000094)
550 #define HV_X64_MSR_SINT5 (0x40000095)
551 #define HV_X64_MSR_SINT6 (0x40000096)
552 #define HV_X64_MSR_SINT7 (0x40000097)
553 #define HV_X64_MSR_SINT8 (0x40000098)
554 #define HV_X64_MSR_SINT9 (0x40000099)
555 #define HV_X64_MSR_SINT10 (0x4000009A)
556 #define HV_X64_MSR_SINT11 (0x4000009B)
557 #define HV_X64_MSR_SINT12 (0x4000009C)
558 #define HV_X64_MSR_SINT13 (0x4000009D)
559 #define HV_X64_MSR_SINT14 (0x4000009E)
560 #define HV_X64_MSR_SINT15 (0x4000009F)
562 /* Define the expected SynIC version. */
563 #define HV_SYNIC_VERSION_1 (0x1)
565 /* Define synthetic interrupt controller message constants. */
566 #define HV_MESSAGE_SIZE (256)
567 #define HV_MESSAGE_PAYLOAD_BYTE_COUNT (240)
568 #define HV_MESSAGE_PAYLOAD_QWORD_COUNT (30)
569 #define HV_ANY_VP (0xFFFFFFFF)
571 /* Define synthetic interrupt controller flag constants. */
572 #define HV_EVENT_FLAGS_COUNT (256 * 8)
573 #define HV_EVENT_FLAGS_BYTE_COUNT (256)
574 #define HV_EVENT_FLAGS_DWORD_COUNT (256 / sizeof(u32))
576 /* Define hypervisor message types. */
577 enum hv_message_type {
578 HVMSG_NONE = 0x00000000,
580 /* Memory access messages. */
581 HVMSG_UNMAPPED_GPA = 0x80000000,
582 HVMSG_GPA_INTERCEPT = 0x80000001,
584 /* Timer notification messages. */
585 HVMSG_TIMER_EXPIRED = 0x80000010,
587 /* Error messages. */
588 HVMSG_INVALID_VP_REGISTER_VALUE = 0x80000020,
589 HVMSG_UNRECOVERABLE_EXCEPTION = 0x80000021,
590 HVMSG_UNSUPPORTED_FEATURE = 0x80000022,
592 /* Trace buffer complete messages. */
593 HVMSG_EVENTLOG_BUFFERCOMPLETE = 0x80000040,
595 /* Platform-specific processor intercept messages. */
596 HVMSG_X64_IOPORT_INTERCEPT = 0x80010000,
597 HVMSG_X64_MSR_INTERCEPT = 0x80010001,
598 HVMSG_X64_CPUID_INTERCEPT = 0x80010002,
599 HVMSG_X64_EXCEPTION_INTERCEPT = 0x80010003,
600 HVMSG_X64_APIC_EOI = 0x80010004,
601 HVMSG_X64_LEGACY_FP_ERROR = 0x80010005
604 /* Define the number of synthetic interrupt sources. */
605 #define HV_SYNIC_SINT_COUNT (16)
606 #define HV_SYNIC_STIMER_COUNT (4)
608 /* Define invalid partition identifier. */
609 #define HV_PARTITION_ID_INVALID ((u64)0x0)
611 /* Define connection identifier type. */
612 union hv_connection_id {
613 u32 asu32;
614 struct {
615 u32 id:24;
616 u32 reserved:8;
617 } u;
620 /* Define port identifier type. */
621 union hv_port_id {
622 u32 asu32;
623 struct {
624 u32 id:24;
625 u32 reserved:8;
626 } u ;
629 /* Define port type. */
630 enum hv_port_type {
631 HVPORT_MSG = 1,
632 HVPORT_EVENT = 2,
633 HVPORT_MONITOR = 3
636 /* Define port information structure. */
637 struct hv_port_info {
638 enum hv_port_type port_type;
639 u32 padding;
640 union {
641 struct {
642 u32 target_sint;
643 u32 target_vp;
644 u64 rsvdz;
645 } message_port_info;
646 struct {
647 u32 target_sint;
648 u32 target_vp;
649 u16 base_flag_bumber;
650 u16 flag_count;
651 u32 rsvdz;
652 } event_port_info;
653 struct {
654 u64 monitor_address;
655 u64 rsvdz;
656 } monitor_port_info;
660 struct hv_connection_info {
661 enum hv_port_type port_type;
662 u32 padding;
663 union {
664 struct {
665 u64 rsvdz;
666 } message_connection_info;
667 struct {
668 u64 rsvdz;
669 } event_connection_info;
670 struct {
671 u64 monitor_address;
672 } monitor_connection_info;
676 /* Define synthetic interrupt controller message flags. */
677 union hv_message_flags {
678 u8 asu8;
679 struct {
680 u8 msg_pending:1;
681 u8 reserved:7;
685 /* Define synthetic interrupt controller message header. */
686 struct hv_message_header {
687 enum hv_message_type message_type;
688 u8 payload_size;
689 union hv_message_flags message_flags;
690 u8 reserved[2];
691 union {
692 u64 sender;
693 union hv_port_id port;
697 /* Define timer message payload structure. */
698 struct hv_timer_message_payload {
699 u32 timer_index;
700 u32 reserved;
701 u64 expiration_time; /* When the timer expired */
702 u64 delivery_time; /* When the message was delivered */
705 /* Define synthetic interrupt controller message format. */
706 struct hv_message {
707 struct hv_message_header header;
708 union {
709 u64 payload[HV_MESSAGE_PAYLOAD_QWORD_COUNT];
710 } u ;
713 /* Define the number of message buffers associated with each port. */
714 #define HV_PORT_MESSAGE_BUFFER_COUNT (16)
716 /* Define the synthetic interrupt message page layout. */
717 struct hv_message_page {
718 struct hv_message sint_message[HV_SYNIC_SINT_COUNT];
721 /* Define the synthetic interrupt controller event flags format. */
722 union hv_synic_event_flags {
723 u8 flags8[HV_EVENT_FLAGS_BYTE_COUNT];
724 u32 flags32[HV_EVENT_FLAGS_DWORD_COUNT];
727 /* Define the synthetic interrupt flags page layout. */
728 struct hv_synic_event_flags_page {
729 union hv_synic_event_flags sintevent_flags[HV_SYNIC_SINT_COUNT];
732 /* Define SynIC control register. */
733 union hv_synic_scontrol {
734 u64 as_uint64;
735 struct {
736 u64 enable:1;
737 u64 reserved:63;
741 /* Define synthetic interrupt source. */
742 union hv_synic_sint {
743 u64 as_uint64;
744 struct {
745 u64 vector:8;
746 u64 reserved1:8;
747 u64 masked:1;
748 u64 auto_eoi:1;
749 u64 reserved2:46;
753 /* Define the format of the SIMP register */
754 union hv_synic_simp {
755 u64 as_uint64;
756 struct {
757 u64 simp_enabled:1;
758 u64 preserved:11;
759 u64 base_simp_gpa:52;
763 /* Define the format of the SIEFP register */
764 union hv_synic_siefp {
765 u64 as_uint64;
766 struct {
767 u64 siefp_enabled:1;
768 u64 preserved:11;
769 u64 base_siefp_gpa:52;
773 /* Definitions for the monitored notification facility */
774 union hv_monitor_trigger_group {
775 u64 as_uint64;
776 struct {
777 u32 pending;
778 u32 armed;
782 struct hv_monitor_parameter {
783 union hv_connection_id connectionid;
784 u16 flagnumber;
785 u16 rsvdz;
788 union hv_monitor_trigger_state {
789 u32 asu32;
791 struct {
792 u32 group_enable:4;
793 u32 rsvdz:28;
797 /* struct hv_monitor_page Layout */
798 /* ------------------------------------------------------ */
799 /* | 0 | TriggerState (4 bytes) | Rsvd1 (4 bytes) | */
800 /* | 8 | TriggerGroup[0] | */
801 /* | 10 | TriggerGroup[1] | */
802 /* | 18 | TriggerGroup[2] | */
803 /* | 20 | TriggerGroup[3] | */
804 /* | 28 | Rsvd2[0] | */
805 /* | 30 | Rsvd2[1] | */
806 /* | 38 | Rsvd2[2] | */
807 /* | 40 | NextCheckTime[0][0] | NextCheckTime[0][1] | */
808 /* | ... | */
809 /* | 240 | Latency[0][0..3] | */
810 /* | 340 | Rsvz3[0] | */
811 /* | 440 | Parameter[0][0] | */
812 /* | 448 | Parameter[0][1] | */
813 /* | ... | */
814 /* | 840 | Rsvd4[0] | */
815 /* ------------------------------------------------------ */
816 struct hv_monitor_page {
817 union hv_monitor_trigger_state trigger_state;
818 u32 rsvdz1;
820 union hv_monitor_trigger_group trigger_group[4];
821 u64 rsvdz2[3];
823 s32 next_checktime[4][32];
825 u16 latency[4][32];
826 u64 rsvdz3[32];
828 struct hv_monitor_parameter parameter[4][32];
830 u8 rsvdz4[1984];
833 /* Declare the various hypercall operations. */
834 enum hv_call_code {
835 HVCALL_POST_MESSAGE = 0x005c,
836 HVCALL_SIGNAL_EVENT = 0x005d,
839 /* Definition of the hv_post_message hypercall input structure. */
840 struct hv_input_post_message {
841 union hv_connection_id connectionid;
842 u32 reserved;
843 enum hv_message_type message_type;
844 u32 payload_size;
845 u64 payload[HV_MESSAGE_PAYLOAD_QWORD_COUNT];
848 /* Definition of the hv_signal_event hypercall input structure. */
849 struct hv_input_signal_event {
850 union hv_connection_id connectionid;
851 u16 flag_number;
852 u16 rsvdz;
856 * Versioning definitions used for guests reporting themselves to the
857 * hypervisor, and visa versa.
860 /* Version info reported by guest OS's */
861 enum hv_guest_os_vendor {
862 HVGUESTOS_VENDOR_MICROSOFT = 0x0001
865 enum hv_guest_os_microsoft_ids {
866 HVGUESTOS_MICROSOFT_UNDEFINED = 0x00,
867 HVGUESTOS_MICROSOFT_MSDOS = 0x01,
868 HVGUESTOS_MICROSOFT_WINDOWS3X = 0x02,
869 HVGUESTOS_MICROSOFT_WINDOWS9X = 0x03,
870 HVGUESTOS_MICROSOFT_WINDOWSNT = 0x04,
871 HVGUESTOS_MICROSOFT_WINDOWSCE = 0x05
875 * Declare the MSR used to identify the guest OS.
877 #define HV_X64_MSR_GUEST_OS_ID 0x40000000
879 union hv_x64_msr_guest_os_id_contents {
880 u64 as_uint64;
881 struct {
882 u64 build_number:16;
883 u64 service_version:8; /* Service Pack, etc. */
884 u64 minor_version:8;
885 u64 major_version:8;
886 u64 os_id:8; /* enum hv_guest_os_microsoft_ids (if Vendor=MS) */
887 u64 vendor_id:16; /* enum hv_guest_os_vendor */
892 * Declare the MSR used to setup pages used to communicate with the hypervisor.
894 #define HV_X64_MSR_HYPERCALL 0x40000001
896 union hv_x64_msr_hypercall_contents {
897 u64 as_uint64;
898 struct {
899 u64 enable:1;
900 u64 reserved:11;
901 u64 guest_physical_address:52;
905 #endif