Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/xen/xenbus/
Dxenbus_dev_backend.c56 err = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound, &arg); in xenbus_alloc()
Dxenbus_client.c470 err = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound, in xenbus_alloc_evtchn()
Dxenbus_probe.c890 err = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound, in xenstored_local_init()
/Linux-v6.6/include/xen/interface/
Devent_channel.h26 #define EVTCHNOP_alloc_unbound 6 macro
/Linux-v6.6/drivers/xen/
Devtchn.c505 rc = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound, in evtchn_ioctl()