Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/xen/public/
H A Devent_channel.h134 #define EVTCHNOP_close 3 macro
/titanic_44/usr/src/uts/i86pc/i86hvm/io/xpv/
H A Devtchn.c123 (void) HYPERVISOR_event_channel_op(EVTCHNOP_close, &close); in ec_unbind_evtchn()
/titanic_44/usr/src/uts/i86xpv/io/
H A Dprivcmd_hcall.c909 case EVTCHNOP_close: in privcmd_HYPERVISOR_event_channel_op()
/titanic_44/usr/src/uts/i86xpv/os/
H A Devtchn.c267 err = HYPERVISOR_event_channel_op(EVTCHNOP_close, &close); in xen_close_evtchn()