Home
last modified time | relevance | path

Searched defs:evtsource (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/xen/include/
H A Dintr.h55 struct evtsource { struct
56 int ev_maxlevel; /* max. IPL for this source */
57 uint64_t ev_imask; /* interrupt mask */
58 struct intrhand *ev_handlers; /* handler chain */
59 struct evcnt ev_evcnt; /* interrupt counter */
60 struct cpu_info *ev_cpu; /* cpu on which this event is bound */
61 char ev_intrname[INTRIDBUF]; /* interrupt string */
62 char ev_xname[INTRDEVNAMEBUF]; /* handler device list */
63 struct intrsource *ev_isl; /* entry in intr sources list */
/netbsd-src/sys/arch/xen/xen/
H A Devtchn.c101 struct evtsource *evtsource[NR_EVENT_CHANNELS]; variable