Home
last modified time | relevance | path

Searched defs:evtch (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/xen/xen/
H A Devtchn.c298 int evtch; in events_suspend() local
317 evtchn_do_event(int evtch, struct intrframe *regs) in evtchn_do_event()
728 pirq_establish(int pirq, int evtch, int (*func)(void *), void *arg, int level, in pirq_establish()
791 intr_calculatemasks(struct evtsource *evts, int evtch, struct cpu_info *ci) in intr_calculatemasks()
817 int evtch; member
868 event_set_handler(int evtch, int (*func)(void *), void *arg, int level, in event_set_handler()
1012 int evtch = (intptr_t)(arg1); in event_remove_handler_xcall() local
1055 event_remove_handler(int evtch, int (*func)(void *), void *arg) in event_remove_handler()
1100 hypervisor_prime_pirq_event(int pirq, unsigned int evtch) in hypervisor_prime_pirq_event()
1115 hypervisor_ack_pirq_event(unsigned int evtch) in hypervisor_ack_pirq_event()
H A Dxen_clock.c678 int evtch; in xen_suspendclocks() local
729 int evtch; in xen_resumeclocks() local
[all...]
H A Dxencons.c213 int evtch; in xencons_suspend() local
229 int evtch = -1; in xencons_resume() local
/netbsd-src/sys/arch/xen/include/
H A Devtchn.h65 int evtch; member