Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i386/kvm/
H A Dxen_evtchn.c997 static int allocate_port(XenEvtchnState *s, uint32_t vcpu, uint16_t type, in allocate_port() function
1248 ret = allocate_port(s, virq->vcpu, EVTCHNSTAT_virq, virq->virq, in xen_evtchn_bind_virq_op()
1283 ret = allocate_port(s, 0, EVTCHNSTAT_pirq, pirq->pirq, in xen_evtchn_bind_pirq_op()
1341 ret = allocate_port(s, ipi->vcpu, EVTCHNSTAT_ipi, 0, &ipi->port); in xen_evtchn_bind_ipi_op()
1373 ret = allocate_port(s, 0, EVTCHNSTAT_unbound, 0, &interdomain->local_port); in xen_evtchn_bind_interdomain_op()
1456 ret = allocate_port(s, 0, EVTCHNSTAT_unbound, 0, &alloc->port); in xen_evtchn_alloc_unbound_op()