Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/xen/
Dfallback.c18 case EVTCHNOP_close: in xen_event_channel_op_compat()
Devtchn.c413 if (HYPERVISOR_event_channel_op(EVTCHNOP_close, &close) != 0) in evtchn_bind_to_user()
/linux-4.4.14/include/xen/interface/
Devent_channel.h102 #define EVTCHNOP_close 3 macro
/linux-4.4.14/drivers/xen/xenbus/
Dxenbus_client.c445 err = HYPERVISOR_event_channel_op(EVTCHNOP_close, &close); in xenbus_free_evtchn()
/linux-4.4.14/drivers/xen/events/
Devents_base.c461 if (HYPERVISOR_event_channel_op(EVTCHNOP_close, &close) != 0) in xen_evtchn_close()