Home
last modified time | relevance | path

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

/openbmc/linux/include/xen/interface/
H A Devent_channel.h136 #define EVTCHNSTAT_pirq 3 /* Channel is bound to a phys IRQ line. */ macro
/openbmc/qemu/include/hw/xen/interface/
H A Devent_channel.h200 #define EVTCHNSTAT_pirq 3 /* Channel is bound to a phys IRQ line. */ macro
/openbmc/qemu/hw/i386/kvm/
H A Dxen_evtchn.c212 if (p->type == EVTCHNSTAT_pirq) { in xen_evtchn_post_load()
662 case EVTCHNSTAT_pirq: in xen_evtchn_status_op()
1046 case EVTCHNSTAT_pirq: in close_port()
1208 p->type == EVTCHNSTAT_pirq || in xen_evtchn_bind_vcpu_op()
1283 ret = allocate_port(s, 0, EVTCHNSTAT_pirq, pirq->pirq, in xen_evtchn_bind_pirq_op()
2270 qemu_build_assert(EVTCHN_PORT_TYPE_PIRQ == EVTCHNSTAT_pirq); in qmp_xen_event_list()
/openbmc/linux/arch/x86/kvm/
H A Dxen.c1901 case EVTCHNSTAT_pirq: in kvm_xen_eventfd_assign()