Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/public/
H A Devent_channel.h37 typedef uint32_t evtchn_port_t; typedef
38 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 …]
H A Dsched.h80 XEN_GUEST_HANDLE(evtchn_port_t) ports;
/illumos-gate/usr/src/uts/common/xen/io/
H A Devtchn_dev.c90 #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 …]
H A Dxnb.h189 evtchn_port_t xnb_fe_evtchn;
H A Dblk_common.c689 evtchn_port_t evtchn; in blk_bindto_frontend()
H A Dxdb.c735 evtchn_port_t evtchn; in xdb_bindto_frontend()
/illumos-gate/usr/src/uts/common/xen/sys/
H A Dxendev.h189 int xvdi_bind_evtchn(dev_info_t *, evtchn_port_t);
/illumos-gate/usr/src/uts/intel/sys/
H A Dhypervisor.h258 extern long HYPERVISOR_poll(evtchn_port_t *, uint_t, uint64_t);
/illumos-gate/usr/src/uts/common/xen/os/
H A Dhypercall.c350 HYPERVISOR_poll(evtchn_port_t *ports, uint_t nr_ports, uint64_t timeout) in HYPERVISOR_poll()
H A Dxvdi.c409 xvdi_bind_evtchn(dev_info_t *dip, evtchn_port_t evtchn) in xvdi_bind_evtchn()
/illumos-gate/usr/src/uts/i86xpv/os/
H A Devtchn.c995 evtchn_port_t ports[1]; in ec_wait_on_evtchn()