Xen Test Framework
|
#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 | |
}; | |
Definition at line 15 of file event_channel.h.
domid_t dom |
Definition at line 17 of file event_channel.h.
uint16_t _pad0 |
Definition at line 18 of file event_channel.h.
evtchn_port_t port |
Definition at line 19 of file event_channel.h.
uint32_t status |
Definition at line 27 of file event_channel.h.
uint32_t vcpu |
Definition at line 28 of file event_channel.h.
struct { ... } unbound |
struct { ... } interdomain |
uint32_t pirq |
Definition at line 37 of file event_channel.h.
uint32_t virq |
Definition at line 38 of file event_channel.h.
union { ... } @42 |