Home
last modified time | relevance | path

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

/openbmc/linux/include/xen/interface/
H A Devent_channel.h75 #define EVTCHNOP_bind_pirq 2 macro
/openbmc/qemu/include/hw/xen/interface/
H A Devent_channel.h48 #define EVTCHNOP_bind_pirq 2 macro
/openbmc/qemu/target/i386/kvm/
H A Dxen-emu.c1296 case EVTCHNOP_bind_pirq: { in kvm_xen_hcall_evtchn_op()
/openbmc/linux/drivers/xen/events/
H A Devents_base.c861 rc = HYPERVISOR_event_channel_op(EVTCHNOP_bind_pirq, &bind_pirq); in __startup_pirq()