Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86/
H A Dxen_shinfo_test.c83 #define __HYPERVISOR_event_channel_op 32 macro
258 xen_hypercall(__HYPERVISOR_event_channel_op, EVTCHNOP_send, &s); in guest_code()
268 xen_hypercall(__HYPERVISOR_event_channel_op, EVTCHNOP_send, &s); in guest_code()
277 xen_hypercall(__HYPERVISOR_event_channel_op, EVTCHNOP_send, &s); in guest_code()
/linux/include/xen/interface/
H A Dxen.h58 #define __HYPERVISOR_event_channel_op 32 macro
/linux/arch/x86/kvm/
H A Dxen.c1726 case __HYPERVISOR_event_channel_op: in kvm_xen_hypercall()