/src/sys/arch/xen/xen/ |
evtchn.c | 791 intr_calculatemasks(struct evtsource *evts, int evtch, struct cpu_info *ci) 796 evts->ev_maxlevel = IPL_NONE; 797 evts->ev_imask = 0; 798 for (ih = evts->ev_handlers; ih != NULL; ih = ih->ih_evt_next) { 800 if (ih->ih_level > evts->ev_maxlevel) 801 evts->ev_maxlevel = ih->ih_level; 802 evts->ev_imask |= (1 << XEN_IPL2SIR(ih->ih_level)); 816 struct evtsource *evts; member in struct:event_set_handler_args 832 struct evtsource *evts = esh_args->evts; local in function:event_set_handler_xcall 942 struct evtsource *evts; local in function:event_set_handler 1008 struct evtsource *evts; local in function:event_remove_handler_xcall 1059 struct evtsource *evts; local in function:event_remove_handler [all...] |
evtchn.c | 791 intr_calculatemasks(struct evtsource *evts, int evtch, struct cpu_info *ci) 796 evts->ev_maxlevel = IPL_NONE; 797 evts->ev_imask = 0; 798 for (ih = evts->ev_handlers; ih != NULL; ih = ih->ih_evt_next) { 800 if (ih->ih_level > evts->ev_maxlevel) 801 evts->ev_maxlevel = ih->ih_level; 802 evts->ev_imask |= (1 << XEN_IPL2SIR(ih->ih_level)); 816 struct evtsource *evts; member in struct:event_set_handler_args 832 struct evtsource *evts = esh_args->evts; local in function:event_set_handler_xcall 942 struct evtsource *evts; local in function:event_set_handler 1008 struct evtsource *evts; local in function:event_remove_handler_xcall 1059 struct evtsource *evts; local in function:event_remove_handler [all...] |
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_opregion.c | 100 u32 evts; /* ASL supported events */ member in struct:opregion_acpi
|
intel_opregion.c | 100 u32 evts; /* ASL supported events */ member in struct:opregion_acpi
|
/src/sys/dev/pci/ |
mpii.c | 750 struct mpii_rcb_list evts = SIMPLEQ_HEAD_INITIALIZER(evts); local in function:mpii_intr 789 SIMPLEQ_INSERT_TAIL(&evts, rcb, rcb_link); 814 while ((rcb = SIMPLEQ_FIRST(&evts)) != NULL) { 815 SIMPLEQ_REMOVE_HEAD(&evts, rcb_link);
|
mpii.c | 750 struct mpii_rcb_list evts = SIMPLEQ_HEAD_INITIALIZER(evts); local in function:mpii_intr 789 SIMPLEQ_INSERT_TAIL(&evts, rcb, rcb_link); 814 while ((rcb = SIMPLEQ_FIRST(&evts)) != NULL) { 815 SIMPLEQ_REMOVE_HEAD(&evts, rcb_link);
|