Searched refs:uxe (Results 1 – 3 of 3) sorted by relevance
1772 int kvm_xen_hvm_evtchn_send(struct kvm *kvm, struct kvm_irq_routing_xen_evtchn *uxe) in kvm_xen_hvm_evtchn_send() argument1777 if (!uxe->port || uxe->port >= max_evtchn_port(kvm)) in kvm_xen_hvm_evtchn_send()1781 if (uxe->priority != KVM_IRQ_ROUTING_XEN_EVTCHN_PRIO_2LEVEL) in kvm_xen_hvm_evtchn_send()1784 e.port = uxe->port; in kvm_xen_hvm_evtchn_send()1785 e.vcpu_id = uxe->vcpu; in kvm_xen_hvm_evtchn_send()1787 e.priority = uxe->priority; in kvm_xen_hvm_evtchn_send()
7015 struct kvm_irq_routing_xen_evtchn uxe; in kvm_arch_vm_ioctl() local7018 if (copy_from_user(&uxe, argp, sizeof(uxe))) in kvm_arch_vm_ioctl()7020 r = kvm_xen_hvm_evtchn_send(kvm, &uxe); in kvm_arch_vm_ioctl()
893 struct kvm_irq_routing_xen_evtchn uxe = { in main() local901 __vm_ioctl(vm, KVM_XEN_HVM_EVTCHN_SEND, &uxe); in main()