Searched refs:KVM_XEN_HVM_EVTCHN_SEND (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | xen_shinfo_test.c | 745 vm_ioctl(vm, KVM_XEN_HVM_EVTCHN_SEND, &e); in main() 901 __vm_ioctl(vm, KVM_XEN_HVM_EVTCHN_SEND, &uxe); in main()
|
/openbmc/qemu/linux-headers/linux/ |
H A D | kvm.h | 1389 #define KVM_XEN_HVM_EVTCHN_SEND _IOW(KVMIO, 0xd0, struct kvm_irq_routing_xen_evtchn) macro
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | kvm.h | 1839 #define KVM_XEN_HVM_EVTCHN_SEND _IOW(KVMIO, 0xd0, struct kvm_irq_routing_xen_evtchn) macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | kvm.h | 1846 #define KVM_XEN_HVM_EVTCHN_SEND _IOW(KVMIO, 0xd0, struct kvm_irq_routing_xen_evtchn) macro
|
/openbmc/qemu/hw/i386/kvm/ |
H A D | xen_evtchn.c | 928 return kvm_vm_ioctl(kvm_state, KVM_XEN_HVM_EVTCHN_SEND, &evt); in set_port_pending()
|
/openbmc/linux/Documentation/virt/kvm/ |
H A D | api.rst | 971 will always use the KVM_XEN_HVM_EVTCHN_SEND ioctl to deliver event 5943 4.135 KVM_XEN_HVM_EVTCHN_SEND 8280 KVM_XEN_HVM_EVTCHN_SEND ioctl. It also indicates support for the
|
/openbmc/linux/arch/x86/kvm/ |
H A D | x86.c | 7014 case KVM_XEN_HVM_EVTCHN_SEND: { in kvm_arch_vm_ioctl()
|