Home
last modified time | relevance | path

Searched refs:EVTCHNSTAT_unbound (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/i386/kvm/
H A Dxen_evtchn.c613 p->type = EVTCHNSTAT_unbound; in unbind_backend_ports()
651 case EVTCHNSTAT_unbound: in xen_evtchn_status_op()
1083 rp->type = EVTCHNSTAT_unbound; in close_port()
1207 p->type == EVTCHNSTAT_unbound || in xen_evtchn_bind_vcpu_op()
1373 ret = allocate_port(s, 0, EVTCHNSTAT_unbound, 0, &interdomain->local_port); in xen_evtchn_bind_interdomain_op()
1413 rp->type == EVTCHNSTAT_unbound && !rp->u.interdomain.to_qemu) { in xen_evtchn_bind_interdomain_op()
1456 ret = allocate_port(s, 0, EVTCHNSTAT_unbound, 0, &alloc->port); in xen_evtchn_alloc_unbound_op()
1511 case EVTCHNSTAT_unbound: in xen_evtchn_send_op()
2068 case EVTCHNSTAT_unbound: in xen_be_evtchn_bind_interdomain()
2121 gp->type = EVTCHNSTAT_unbound; in xen_be_evtchn_unbind()
[all …]
/openbmc/linux/include/xen/interface/
H A Devent_channel.h134 #define EVTCHNSTAT_unbound 1 /* Channel is waiting interdom connection.*/ macro
/openbmc/qemu/include/hw/xen/interface/
H A Devent_channel.h198 #define EVTCHNSTAT_unbound 1 /* Channel is waiting interdom connection.*/ macro
/openbmc/linux/arch/x86/kvm/
H A Dxen.c1900 case EVTCHNSTAT_unbound: in kvm_xen_eventfd_assign()