Lines Matching defs:visor_controlvm_channel
506 struct visor_controlvm_channel { struct
507 struct channel_header header;
508 u64 gp_controlvm;
509 u64 gp_partition_tables;
510 u64 gp_diag_guest;
511 u64 gp_boot_romdisk;
512 u64 gp_boot_ramdisk;
513 u64 gp_acpi_table;
514 u64 gp_control_channel;
515 u64 gp_diag_romdisk;
516 u64 gp_nvram;
517 u64 request_payload_offset;
518 u64 event_payload_offset;
519 u32 request_payload_bytes;
520 u32 event_payload_bytes;
521 u32 control_channel_bytes;
522 u32 nvram_channel_bytes;
523 u32 message_bytes;
524 u32 message_count;
525 u64 gp_smbios_table;
526 u64 gp_physical_smbios_table;
527 char gp_reserved[2688];
528 u64 virtual_guest_firmware_image_base;
529 u64 virtual_guest_firmware_entry_point;
530 u64 virtual_guest_firmware_image_size;
531 u64 virtual_guest_firmware_boot_base;
532 u64 virtual_guest_image_base;
533 u64 virtual_guest_image_size;
534 u64 prototype_control_channel_offset;
535 u64 virtual_guest_partition_handle;
536 u16 restore_action;
537 u16 dump_action;
538 u16 nvram_fail_count;
539 u16 saved_crash_message_count;
540 u32 saved_crash_message_offset;
541 u32 installation_error;
542 u32 installation_text_id;
543 u16 installation_remaining_steps;
544 u8 tool_action;
545 u8 reserved;
546 struct efi_visor_indication efi_visor_ind;
547 u32 sp_reserved;
548 u8 reserved2[28];
549 struct signal_queue_header request_queue;
550 struct signal_queue_header response_queue;
551 struct signal_queue_header event_queue;
552 struct signal_queue_header event_ack_queue;
553 struct controlvm_message request_msg[CONTROLVM_MESSAGE_MAX];
554 struct controlvm_message response_msg[CONTROLVM_MESSAGE_MAX];
555 struct controlvm_message event_msg[CONTROLVM_MESSAGE_MAX];
556 struct controlvm_message event_ack_msg[CONTROLVM_MESSAGE_MAX];
557 struct controlvm_message saved_crash_msg[CONTROLVM_CRASHMSG_MAX];