Home
last modified time | relevance | path

Searched refs:KVM_XEN_HVM_EVTCHN_SEND (Results 1 – 2 of 2) sorted by relevance

/qemu/linux-headers/linux/
H A Dkvm.h1377 #define KVM_XEN_HVM_EVTCHN_SEND _IOW(KVMIO, 0xd0, struct kvm_irq_routing_xen_evtchn) macro
/qemu/hw/i386/kvm/
H A Dxen_evtchn.c928 return kvm_vm_ioctl(kvm_state, KVM_XEN_HVM_EVTCHN_SEND, &evt); in set_port_pending()