Home
last modified time | relevance | path

Searched refs:EVTCHNOP_alloc_unbound (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/xen/xenbus/
H A Dxenbus_dev_backend.c56 err = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound, &arg); in xenbus_alloc()
H A Dxenbus_client.c470 err = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound, in xenbus_alloc_evtchn()
H A Dxenbus_probe.c894 err = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound, in xenstored_local_init()
/openbmc/linux/include/xen/interface/
H A Devent_channel.h26 #define EVTCHNOP_alloc_unbound 6 macro
/openbmc/qemu/include/hw/xen/interface/
H A Devent_channel.h52 #define EVTCHNOP_alloc_unbound 6 macro
/openbmc/linux/drivers/xen/
H A Devtchn.c511 rc = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound, in evtchn_ioctl()
/openbmc/qemu/target/i386/kvm/
H A Dxen-emu.c1338 case EVTCHNOP_alloc_unbound: { in kvm_xen_hcall_evtchn_op()