Searched refs:HYPERVISOR_event_channel_op (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/sys/xen/evtchn/
H A Devtchnvar.h102 HYPERVISOR_event_channel_op(EVTCHNOP_unmask, &op);
/freebsd-12-stable/sys/x86/xen/
H A Dxen_intr.c365 if (HYPERVISOR_event_channel_op(EVTCHNOP_close, &close))
717 error = HYPERVISOR_event_channel_op(EVTCHNOP_bind_ipi,
747 error = HYPERVISOR_event_channel_op(EVTCHNOP_bind_virq,
934 error = HYPERVISOR_event_channel_op(EVTCHNOP_bind_vcpu, &bind_vcpu);
1112 error = HYPERVISOR_event_channel_op(EVTCHNOP_bind_pirq, &bind_pirq);
1144 error = HYPERVISOR_event_channel_op(EVTCHNOP_close, &close);
1232 error = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound,
1247 if (HYPERVISOR_event_channel_op(EVTCHNOP_close, &close))
1267 error = HYPERVISOR_event_channel_op(EVTCHNOP_bind_interdomain,
1282 if (HYPERVISOR_event_channel_op(EVTCHNOP_clos
[all...]
/freebsd-12-stable/sys/i386/include/xen/
H A Dhypercall.h270 HYPERVISOR_event_channel_op( function
/freebsd-12-stable/sys/amd64/include/xen/
H A Dhypercall.h284 HYPERVISOR_event_channel_op( function
/freebsd-12-stable/sys/dev/xen/console/
H A Dxen_console.c313 HYPERVISOR_event_channel_op(EVTCHNOP_send, &send);
/freebsd-12-stable/sys/dev/xen/xenstore/
H A Dxenstore.c1120 error = HYPERVISOR_event_channel_op(

Completed in 51 milliseconds