Xen Test Framework
Data Fields
evtchn_status Struct Reference

#include <event_channel.h>

Data Fields

domid_t dom
 
uint16_t _pad0
 
evtchn_port_t port
 
uint32_t status
 
uint32_t vcpu
 
union {
   struct {
      domid_t   dom
 
   }   unbound
 
   struct {
      domid_t   dom
 
      evtchn_port_t   port
 
   }   interdomain
 
   uint32_t   pirq
 
   uint32_t   virq
 
}; 
 

Detailed Description

Definition at line 15 of file event_channel.h.

Field Documentation

◆ dom

domid_t dom

Definition at line 17 of file event_channel.h.

◆ _pad0

uint16_t _pad0

Definition at line 18 of file event_channel.h.

◆ port

Definition at line 19 of file event_channel.h.

◆ status

uint32_t status

Definition at line 27 of file event_channel.h.

◆ vcpu

uint32_t vcpu

Definition at line 28 of file event_channel.h.

◆ 

struct { ... } unbound

◆ 

struct { ... } interdomain

◆ pirq

uint32_t pirq

Definition at line 37 of file event_channel.h.

◆ virq

uint32_t virq

Definition at line 38 of file event_channel.h.

◆ 

union { ... } @42

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