Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/xen/public/
H A Devent_channel.h200 #define EVTCHNOP_bind_vcpu 8 macro
/titanic_41/usr/src/uts/i86xpv/io/
H A Dprivcmd_hcall.c921 case EVTCHNOP_bind_vcpu: in privcmd_HYPERVISOR_event_channel_op()
/titanic_41/usr/src/uts/i86xpv/os/
H A Devtchn.c296 if (HYPERVISOR_event_channel_op(EVTCHNOP_bind_vcpu, &bind) != 0) in xen_bind_vcpu()