Searched refs:evtchn_port_t (Results 1 – 11 of 11) sorted by relevance
37 typedef uint32_t evtchn_port_t; typedef38 DEFINE_XEN_GUEST_HANDLE(evtchn_port_t);53 evtchn_port_t port;70 evtchn_port_t remote_port;72 evtchn_port_t local_port;94 evtchn_port_t port;111 evtchn_port_t port;125 evtchn_port_t port;137 evtchn_port_t port;148 evtchn_port_t port;[all …]
80 XEN_GUEST_HANDLE(evtchn_port_t) ports;
90 #define EVTCHN_RING_SIZE (PAGESIZE / sizeof (evtchn_port_t))92 evtchn_port_t *ring;177 count &= ~(sizeof (evtchn_port_t) - 1); in evtchndrv_read()209 sizeof (evtchn_port_t); in evtchndrv_read()210 bytes2 = EVTCHN_RING_MASK(p) * sizeof (evtchn_port_t); in evtchndrv_read()212 bytes1 = (p - c) * sizeof (evtchn_port_t); in evtchndrv_read()230 ep->ring_cons += (bytes1 + bytes2) / sizeof (evtchn_port_t); in evtchndrv_read()242 evtchn_port_t *kbuf; in evtchndrv_write()246 evtchn_port_t sbuf[32]; in evtchndrv_write()256 count &= ~(sizeof (evtchn_port_t) - 1); in evtchndrv_write()[all …]
189 evtchn_port_t xnb_fe_evtchn;
689 evtchn_port_t evtchn; in blk_bindto_frontend()
735 evtchn_port_t evtchn; in xdb_bindto_frontend()
189 int xvdi_bind_evtchn(dev_info_t *, evtchn_port_t);
258 extern long HYPERVISOR_poll(evtchn_port_t *, uint_t, uint64_t);
350 HYPERVISOR_poll(evtchn_port_t *ports, uint_t nr_ports, uint64_t timeout) in HYPERVISOR_poll()
409 xvdi_bind_evtchn(dev_info_t *dip, evtchn_port_t evtchn) in xvdi_bind_evtchn()
995 evtchn_port_t ports[1]; in ec_wait_on_evtchn()