Searched refs:evtsource (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/arch/xen/include/
H A Devtchn.h32 extern struct evtsource *evtsource[];
H A Dintr.h55 struct evtsource { struct
/netbsd-current/sys/arch/xen/xen/
H A Devtchn.c101 struct evtsource *evtsource[NR_EVENT_CHANNELS]; variable in typeref:struct:evtsource
258 evtsource[i] = NULL;
284 * evtsource[] to a non-NULL value so that evtchn_do_event will
287 evtsource[debug_port] = (void *)-1;
309 evtsource[evtch] = NULL;
345 KASSERTMSG(evtsource[evtch] != NULL, "unknown event %d", evtch);
347 if (evtsource[evtch]->ev_cpu != ci)
351 evtsource[evtch]->ev_evcnt.ev_count++;
354 if (evtsource[evtc
[all...]
H A Dxenevt.c215 evtsource[xenevt_ev]->ev_evcnt.ev_count++;
/netbsd-current/sys/arch/xen/x86/
H A Dhypervisor_machdep.c165 if (evtsource[port]) {
166 hypervisor_set_ipending(evtsource[port]->ev_imask, l1i, l2i);
167 evtsource[port]->ev_evcnt.ev_count++;
168 ih = evtsource[port]->ev_handlers;
175 evtsource[port]->ev_maxlevel)
254 if (evtsource[port]) {
H A Dxen_intr.c272 if (evtsource[port] == NULL) {

Completed in 204 milliseconds