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

/freebsd-10.2-release/sys/xen/interface/
H A Devent_channel.h77 typedef uint32_t evtchn_port_t; typedef
78 DEFINE_XEN_GUEST_HANDLE(evtchn_port_t); variable
94 evtchn_port_t port;
110 evtchn_port_t remote_port;
112 evtchn_port_t local_port;
133 evtchn_port_t port;
149 evtchn_port_t port;
162 evtchn_port_t port;
173 evtchn_port_t port;
183 evtchn_port_t por
[all...]
H A Dsched.h80 XEN_GUEST_HANDLE(evtchn_port_t) ports;
/freebsd-10.2-release/sys/xen/evtchn/
H A Devtchnvar.h50 void evtchn_device_upcall(evtchn_port_t port);
61 evtchn_test_and_set_mask(evtchn_port_t port)
73 evtchn_clear_port(evtchn_port_t port)
85 evtchn_mask_port(evtchn_port_t port)
98 evtchn_unmask_port(evtchn_port_t port)
H A Devtchn_dev.c70 evtchn_device_upcall(evtchn_port_t port)
/freebsd-10.2-release/sys/xen/
H A Dxen_intr.h37 typedef uint32_t evtchn_port_t; typedef
38 DEFINE_XEN_GUEST_HANDLE(evtchn_port_t); variable
66 int xen_intr_bind_local_port(device_t dev, evtchn_port_t local_port,
115 evtchn_port_t remote_port, driver_filter_t filter,
213 evtchn_port_t xen_intr_port(xen_intr_handle_t handle);
H A Dhypervisor.h118 evtchn_port_t *ports, unsigned int nr_ports, int ticks)
/freebsd-10.2-release/sys/xen/interface/xsm/
H A Dflask_op.h140 evtchn_port_t evtchn;
/freebsd-10.2-release/sys/x86/xen/
H A Dxen_intr.c112 evtchn_port_t xi_port;
194 evtchn_cpu_mask_port(u_int cpu, evtchn_port_t port)
216 evtchn_cpu_unmask_port(u_int cpu, evtchn_port_t port)
373 xen_intr_bind_isrc(struct xenisrc **isrcp, evtchn_port_t local_port,
967 xen_intr_bind_local_port(device_t dev, evtchn_port_t local_port,
1231 evtchn_port_t
/freebsd-10.2-release/sys/dev/xen/pcifront/
H A Dpcifront.c366 evtchn_port_t port = pdev->evtchn;
/freebsd-10.2-release/sys/dev/xen/netback/
H A Dnetback.c435 evtchn_port_t evtchn;
/freebsd-10.2-release/sys/dev/xen/blkback/
H A Dblkback.c398 evtchn_port_t evtchn;

Completed in 103 milliseconds