Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i386/kvm/
H A Dxen_evtchn.c136 struct XenEvtchnState { struct
138 SysBusDevice busdev;
141 uint64_t callback_param;
142 bool evtchn_in_kernel;
143 uint32_t callback_gsi;
145 QEMUBH *gsi_bh;
147 QemuMutex port_lock;
148 uint32_t nr_ports;
152 unsigned int nr_callback_gsis;
153 qemu_irq *callback_gsis;
[all …]