Home
last modified time | relevance | path

Searched defs:evtchn_status (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/xen/interface/
H A Devent_channel.h128 struct evtchn_status { struct
130 domid_t dom;
131 evtchn_port_t port;
139 uint32_t status;
140 uint32_t vcpu; /* VCPU to which this channel is bound. */
141 union {
151 } u;
/openbmc/qemu/include/hw/xen/interface/
H A Devent_channel.h192 struct evtchn_status { struct
217 typedef struct evtchn_status evtchn_status_t; argument