iPXE
Data Fields
evtchn_op Struct Reference

#include <event_channel.h>

Data Fields

uint32_t cmd
 
union {
   evtchn_alloc_unbound_t   alloc_unbound
 
   evtchn_bind_interdomain_t   bind_interdomain
 
   evtchn_bind_virq_t   bind_virq
 
   evtchn_bind_pirq_t   bind_pirq
 
   evtchn_bind_ipi_t   bind_ipi
 
   evtchn_close_t   close
 
   evtchn_send_t   send
 
   evtchn_status_t   status
 
   evtchn_bind_vcpu_t   bind_vcpu
 
   evtchn_unmask_t   unmask
 
u
 

Detailed Description

Definition at line 309 of file event_channel.h.

Field Documentation

◆ cmd

uint32_t evtchn_op::cmd

Definition at line 310 of file event_channel.h.

◆ alloc_unbound

evtchn_alloc_unbound_t evtchn_op::alloc_unbound

Definition at line 312 of file event_channel.h.

◆ bind_interdomain

evtchn_bind_interdomain_t evtchn_op::bind_interdomain

Definition at line 313 of file event_channel.h.

◆ bind_virq

evtchn_bind_virq_t evtchn_op::bind_virq

Definition at line 314 of file event_channel.h.

◆ bind_pirq

evtchn_bind_pirq_t evtchn_op::bind_pirq

Definition at line 315 of file event_channel.h.

◆ bind_ipi

evtchn_bind_ipi_t evtchn_op::bind_ipi

Definition at line 316 of file event_channel.h.

◆ close

evtchn_close_t evtchn_op::close

Definition at line 317 of file event_channel.h.

◆ send

evtchn_send_t evtchn_op::send

Definition at line 318 of file event_channel.h.

◆ status

evtchn_status_t evtchn_op::status

Definition at line 319 of file event_channel.h.

◆ bind_vcpu

evtchn_bind_vcpu_t evtchn_op::bind_vcpu

Definition at line 320 of file event_channel.h.

◆ unmask

evtchn_unmask_t evtchn_op::unmask

Definition at line 321 of file event_channel.h.

◆ u

union { ... } evtchn_op::u

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