|
Linux Kernel
3.7.1
|
#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 |
Definition at line 127 of file event_channel.h.
| 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.
1.8.2