Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
evtchn_status Struct Reference

#include <event_channel.h>

Data Fields

domid_t dom
 
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
 
u
 

Detailed Description

Definition at line 127 of file event_channel.h.

Field Documentation

domid_t dom

Definition at line 129 of file event_channel.h.

struct { ... } interdomain
uint32_t pirq

Definition at line 148 of file event_channel.h.

Definition at line 130 of file event_channel.h.

Definition at line 138 of file event_channel.h.

union { ... } u
struct { ... } unbound
uint32_t vcpu

Definition at line 139 of file event_channel.h.

uint32_t virq

Definition at line 149 of file event_channel.h.


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