Searched refs:HYPERVISOR_event_channel_op (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/i86pc/i86hvm/io/xpv/ |
H A D | evtchn.c | 123 (void) HYPERVISOR_event_channel_op(EVTCHNOP_close, &close); in ec_unbind_evtchn() 135 (void) HYPERVISOR_event_channel_op(EVTCHNOP_send, &send); in ec_notify_via_evtchn() 155 if (HYPERVISOR_event_channel_op(EVTCHNOP_unmask, &unmask) != 0) in hypervisor_unmask_event() 191 if ((err = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound, in xen_alloc_unbound_evtchn() 211 if ((err = HYPERVISOR_event_channel_op(EVTCHNOP_bind_interdomain, in xen_bind_interdomain()
|
/titanic_50/usr/src/uts/i86xpv/boot/ |
H A D | boot_xconsole.c | 187 (void) HYPERVISOR_event_channel_op(EVTCHNOP_send, &send); in bcons_putchar_xen() 240 (void) HYPERVISOR_event_channel_op(EVTCHNOP_send, &send); in bcons_getchar_xen()
|
/titanic_50/usr/src/uts/i86xpv/os/ |
H A D | evtchn.c | 216 if ((err = HYPERVISOR_event_channel_op(EVTCHNOP_bind_virq, &bind)) == 0) in xen_bind_virq() 231 if ((err = HYPERVISOR_event_channel_op(EVTCHNOP_bind_interdomain, in xen_bind_interdomain() 248 if ((err = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound, in xen_alloc_unbound_evtchn() 267 err = HYPERVISOR_event_channel_op(EVTCHNOP_close, &close); in xen_close_evtchn() 281 if (HYPERVISOR_event_channel_op(EVTCHNOP_bind_ipi, &bind) != 0) in xen_bind_ipi() 296 if (HYPERVISOR_event_channel_op(EVTCHNOP_bind_vcpu, &bind) != 0) in xen_bind_vcpu() 308 if ((ret = HYPERVISOR_event_channel_op(EVTCHNOP_bind_pirq, &bind)) != 0) in xen_bind_pirq() 320 if (HYPERVISOR_event_channel_op(EVTCHNOP_unmask, &unmask) != 0) in xen_evtchn_unmask() 1557 (void) HYPERVISOR_event_channel_op(EVTCHNOP_send, &send); in ec_notify_via_evtchn()
|
/titanic_50/usr/src/uts/intel/sys/ |
H A D | hypervisor.h | 243 extern long HYPERVISOR_event_channel_op(int, void *); /* does return long */
|
/titanic_50/usr/src/uts/common/xen/os/ |
H A D | hypercall.c | 308 HYPERVISOR_event_channel_op(int cmd, void *arg) in HYPERVISOR_event_channel_op() function
|
/titanic_50/usr/src/uts/i86xpv/io/ |
H A D | privcmd_hcall.c | 951 error = HYPERVISOR_event_channel_op(cmd, op_ie.ie_kaddr); in privcmd_HYPERVISOR_event_channel_op()
|