Searched refs:HYPERVISOR_event_channel_op (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/x86/xen/ |
| H A D | xen_intr.c | 366 if (HYPERVISOR_event_channel_op(EVTCHNOP_close, &close)) in xen_intr_release_isrc() 721 error = HYPERVISOR_event_channel_op(EVTCHNOP_bind_ipi, in xen_rebind_ipi() 751 error = HYPERVISOR_event_channel_op(EVTCHNOP_bind_virq, in xen_rebind_virq() 1148 error = HYPERVISOR_event_channel_op(EVTCHNOP_close, &close); in xen_intr_pirq_disable_intr() 1236 error = HYPERVISOR_event_channel_op(EVTCHNOP_alloc_unbound, in xen_intr_alloc_and_bind_local_port() 1251 if (HYPERVISOR_event_channel_op(EVTCHNOP_close, &close)) in xen_intr_alloc_and_bind_local_port() 1271 error = HYPERVISOR_event_channel_op(EVTCHNOP_bind_interdomain, in xen_intr_bind_remote_port() 1286 if (HYPERVISOR_event_channel_op(EVTCHNOP_close, &close)) in xen_intr_bind_remote_port() 1332 if (HYPERVISOR_event_channel_op(EVTCHNOP_close, &close)) in xen_intr_bind_virq() 1389 if (HYPERVISOR_event_channel_op(EVTCHNOP_close, &close)) in xen_intr_alloc_and_bind_ipi() [all …]
|
| /f-stack/freebsd/i386/include/xen/ |
| H A D | hypercall.h | 270 HYPERVISOR_event_channel_op( in HYPERVISOR_event_channel_op() function
|
| /f-stack/freebsd/amd64/include/xen/ |
| H A D | hypercall.h | 284 HYPERVISOR_event_channel_op( in HYPERVISOR_event_channel_op() function
|