Searched refs:uxe (Results 1 – 3 of 3) sorted by relevance
2016 int kvm_xen_hvm_evtchn_send(struct kvm *kvm, struct kvm_irq_routing_xen_evtchn *uxe) in kvm_xen_hvm_evtchn_send() argument2021 if (!uxe->port || uxe->port >= max_evtchn_port(kvm)) in kvm_xen_hvm_evtchn_send()2025 if (uxe->priority != KVM_IRQ_ROUTING_XEN_EVTCHN_PRIO_2LEVEL) in kvm_xen_hvm_evtchn_send()2028 e.port = uxe->port; in kvm_xen_hvm_evtchn_send()2029 e.vcpu_id = uxe->vcpu; in kvm_xen_hvm_evtchn_send()2031 e.priority = uxe->priority; in kvm_xen_hvm_evtchn_send()
7513 struct kvm_irq_routing_xen_evtchn uxe; in kvm_arch_vm_ioctl() local7516 if (copy_from_user(&uxe, argp, sizeof(uxe))) in kvm_arch_vm_ioctl()7518 r = kvm_xen_hvm_evtchn_send(kvm, &uxe); in kvm_arch_vm_ioctl()
900 struct kvm_irq_routing_xen_evtchn uxe = { in main() local908 __vm_ioctl(vm, KVM_XEN_HVM_EVTCHN_SEND, &uxe); in main()