Lines Matching refs:evtchn
1822 u32 port = data->u.evtchn.send_port;
1836 if (evtchnfd->type != data->u.evtchn.type)
1844 evtchnfd->deliver.port.port != data->u.evtchn.deliver.port.port)
1848 if (data->u.evtchn.deliver.port.priority != KVM_IRQ_ROUTING_XEN_EVTCHN_PRIO_2LEVEL)
1851 evtchnfd->deliver.port.priority = data->u.evtchn.deliver.port.priority;
1852 if (evtchnfd->deliver.port.vcpu_id != data->u.evtchn.deliver.port.vcpu) {
1853 evtchnfd->deliver.port.vcpu_id = data->u.evtchn.deliver.port.vcpu;
1869 u32 port = data->u.evtchn.send_port;
1878 switch(data->u.evtchn.type) {
1881 if (data->u.evtchn.deliver.port.port != data->u.evtchn.send_port)
1886 if (data->u.evtchn.deliver.port.port) {
1887 if (data->u.evtchn.deliver.port.port >= max_evtchn_port(kvm))
1890 eventfd = eventfd_ctx_fdget(data->u.evtchn.deliver.eventfd.fd);
1906 evtchnfd->send_port = data->u.evtchn.send_port;
1907 evtchnfd->type = data->u.evtchn.type;
1912 if (data->u.evtchn.deliver.port.priority != KVM_IRQ_ROUTING_XEN_EVTCHN_PRIO_2LEVEL)
1915 evtchnfd->deliver.port.port = data->u.evtchn.deliver.port.port;
1916 evtchnfd->deliver.port.vcpu_id = data->u.evtchn.deliver.port.vcpu;
1918 evtchnfd->deliver.port.priority = data->u.evtchn.deliver.port.priority;
2000 u32 port = data->u.evtchn.send_port;
2002 if (data->u.evtchn.flags == KVM_XEN_EVTCHN_RESET)
2008 if (data->u.evtchn.flags == KVM_XEN_EVTCHN_DEASSIGN)
2010 if (data->u.evtchn.flags == KVM_XEN_EVTCHN_UPDATE)
2012 if (data->u.evtchn.flags)