Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/kvm/x86_64/
Dxen_shinfo_test.c82 #define __HYPERVISOR_event_channel_op 32 macro
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()
/Linux-v6.6/include/xen/interface/
Dxen.h58 #define __HYPERVISOR_event_channel_op 32 macro
/Linux-v6.6/arch/x86/kvm/
Dxen.c1485 case __HYPERVISOR_event_channel_op: in kvm_xen_hypercall()