HomeSort by: relevance | last modified time | path
    Searched defs:evtch (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/xen/include/
evtchn.h 65 int evtch; member in struct:pintrhand
  /src/sys/arch/xen/xen/
xencons.c 213 int evtch; local in function:xencons_suspend
217 evtch = xen_start_info.console_evtchn;
218 hypervisor_mask_event(evtch);
229 int evtch = -1; local in function:xencons_resume
234 evtch = bind_virq_to_evtch(VIRQ_CONSOLE);
235 ih = xen_intr_establish_xname(-1, &xen_pic, evtch,
242 evtch = xen_start_info.console_evtchn;
243 ih = xen_intr_establish_xname(-1, &xen_pic, evtch,
249 if (evtch != -1) {
250 aprint_verbose_dev(dev, "using event channel %d\n", evtch);
    [all...]
xen_clock.c 664 int evtch; local in function:xen_suspendclocks
678 evtch = unbind_virq_from_evtch(VIRQ_TIMER);
679 KASSERT(evtch != -1);
685 hypervisor_mask_event(evtch);
693 event_remove_handler(evtch,
696 aprint_verbose("Xen clock: removed event channel %d\n", evtch);
715 int evtch; local in function:xen_resumeclocks
724 evtch = bind_virq_to_evtch(VIRQ_TIMER);
725 KASSERT(evtch != -1);
734 if (event_set_handler(evtch,
    [all...]
evtchn.c 298 int evtch; local in function:events_suspend
303 evtch = unbind_virq_from_evtch(VIRQ_DEBUG);
305 KASSERT(evtch != -1);
307 hypervisor_mask_event(evtch);
309 evtsource[evtch] = NULL;
311 "event channel %d removed\n", evtch);
317 evtchn_do_event(int evtch, struct intrframe *regs)
325 KASSERTMSG(evtch >= 0, "negative evtch: %d", evtch);
817 int evtch; member in struct:event_set_handler_args
1012 int evtch = (intptr_t)(arg1); local in function:event_remove_handler_xcall
    [all...]

Completed in 14 milliseconds