Home
last modified time | relevance | path

Searched refs:EVTCHNOP_bind_pirq (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/public/
H A Devent_channel.h104 #define EVTCHNOP_bind_pirq 2 macro
/illumos-gate/usr/src/uts/i86xpv/os/
H A Devtchn.c308 if ((ret = HYPERVISOR_event_channel_op(EVTCHNOP_bind_pirq, &bind)) != 0) in xen_bind_pirq()
/illumos-gate/usr/src/uts/i86xpv/io/
H A Dprivcmd_hcall.c897 case EVTCHNOP_bind_pirq: in privcmd_HYPERVISOR_event_channel_op()