Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/public/
H A Devent_channel.h88 #define EVTCHNOP_bind_virq 1 macro
/illumos-gate/usr/src/uts/i86xpv/io/
H A Dprivcmd_hcall.c893 case EVTCHNOP_bind_virq: in privcmd_HYPERVISOR_event_channel_op()
/illumos-gate/usr/src/uts/i86xpv/os/
H A Devtchn.c216 if ((err = HYPERVISOR_event_channel_op(EVTCHNOP_bind_virq, &bind)) == 0) in xen_bind_virq()