HomeSort by: relevance | last modified time | path
    Searched refs:evtsource (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/xen/include/
evtchn.h 32 extern struct evtsource *evtsource[];
intr.h 55 struct evtsource { struct
  /src/sys/arch/xen/xen/
evtchn.c 101 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[evtch]->ev_maxlevel <= ilevel)
    [all...]
xenevt.c 215 evtsource[xenevt_ev]->ev_evcnt.ev_count++;
  /src/sys/arch/xen/x86/
hypervisor_machdep.c 165 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]) {
xen_intr.c 272 if (evtsource[port] == NULL) {

Completed in 13 milliseconds