iPXE
Data Fields
hv_hypervisor Struct Reference

A Hyper-V hypervisor. More...

#include <hyperv.h>

Data Fields

void * hypercall
 Hypercall page. More...
 
struct hv_synic synic
 Synthetic interrupt controller (SynIC) More...
 
union hv_message_buffermessage
 Message buffer. More...
 
struct vmbusvmbus
 Virtual machine bus. More...
 

Detailed Description

A Hyper-V hypervisor.

Definition at line 203 of file hyperv.h.

Field Documentation

◆ hypercall

void* hv_hypervisor::hypercall

Hypercall page.

Definition at line 205 of file hyperv.h.

Referenced by hv_map_hypercall(), hv_probe(), and hv_remove().

◆ synic

struct hv_synic hv_hypervisor::synic

Synthetic interrupt controller (SynIC)

Definition at line 207 of file hyperv.h.

Referenced by hv_map_synic(), hv_probe(), hv_remove(), and hv_wait_for_message().

◆ message

union hv_message_buffer* hv_hypervisor::message

◆ vmbus

struct vmbus* hv_hypervisor::vmbus

The documentation for this struct was generated from the following file: