Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/xen/
H A Devents.h81 (void)HYPERVISOR_event_channel_op(EVTCHNOP_send, &send); in notify_remote_via_evtchn()
/kernel/linux/linux-5.10/include/xen/interface/
H A Devent_channel.h110 * EVTCHNOP_send: Send an event to the remote end of the channel whose local
113 #define EVTCHNOP_send 4 macro
/kernel/linux/linux-6.6/include/xen/interface/
H A Devent_channel.h110 * EVTCHNOP_send: Send an event to the remote end of the channel whose local
113 #define EVTCHNOP_send 4 macro
/kernel/linux/linux-6.6/include/xen/
H A Devents.h82 (void)HYPERVISOR_event_channel_op(EVTCHNOP_send, &send); in notify_remote_via_evtchn()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H A Dxen_shinfo_test.c86 #define EVTCHNOP_send 4 macro
257 * EVTCHNOP_send hypercall. */ in guest_code()
259 xen_hypercall(__HYPERVISOR_event_channel_op, EVTCHNOP_send, &s); in guest_code()
269 xen_hypercall(__HYPERVISOR_event_channel_op, EVTCHNOP_send, &s); in guest_code()
278 xen_hypercall(__HYPERVISOR_event_channel_op, EVTCHNOP_send, &s); in guest_code()
756 printf("Testing guest EVTCHNOP_send direct to evtchn\n"); in main()
767 printf("Testing guest EVTCHNOP_send direct to evtchn after memslot change\n"); in main()
780 printf("Testing guest EVTCHNOP_send to eventfd\n"); in main()
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dxen.c1486 if (params[0] == EVTCHNOP_send) in kvm_xen_hypercall()
1802 * Support for *outbound* event channel events via the EVTCHNOP_send hypercall.

Completed in 6 milliseconds