Searched refs:max_evtchn_port (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/x86/kvm/
H A Dxen.c1371 static inline int max_evtchn_port(struct kvm *kvm) function
1479 if (ports[i] >= max_evtchn_port(vcpu->kvm)) {
1758 if (xe->port >= max_evtchn_port(kvm))
1919 if (ue->u.xen_evtchn.port >= max_evtchn_port(kvm))
1956 if (!uxe->port || uxe->port >= max_evtchn_port(kvm))
2066 if (data->u.evtchn.deliver.port.port >= max_evtchn_port(kvm))
2184 if (!port || port >= max_evtchn_port(kvm))

Completed in 130 milliseconds