Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/xen/public/
H A Devent_channel.h212 #define EVTCHNOP_unmask 9 macro
/titanic_44/usr/src/uts/i86pc/i86hvm/io/xpv/
H A Devtchn.c155 if (HYPERVISOR_event_channel_op(EVTCHNOP_unmask, &unmask) != 0) in hypervisor_unmask_event()
/titanic_44/usr/src/uts/i86xpv/io/
H A Dprivcmd_hcall.c925 case EVTCHNOP_unmask: in privcmd_HYPERVISOR_event_channel_op()
/titanic_44/usr/src/uts/i86xpv/os/
H A Devtchn.c320 if (HYPERVISOR_event_channel_op(EVTCHNOP_unmask, &unmask) != 0) in xen_evtchn_unmask()