Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/xen/
H A Dxen-hvm-common.h69 evtchn_port_t *ioreq_local_port; member
/openbmc/qemu/hw/xen/
H A Dxen-hvm-common.c220 if (state->ioreq_local_port[i] == port) { in cpu_get_ioreq()
609 state->ioreq_local_port[state->send_vcpu]); in cpu_handle_ioreq()
819 state->ioreq_local_port = g_new0(evtchn_port_t, max_cpus); in xen_do_ioreq_register()
830 state->ioreq_local_port[i] = rc; in xen_do_ioreq_register()