Home
last modified time | relevance | path

Searched refs:ec_wait_on_evtchn (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/i86xpv/sys/
H A Devtchn_impl.h151 extern void ec_wait_on_evtchn(int, int (*)(void *), void *);
/illumos-gate/usr/src/uts/i86xpv/os/
H A Devtchn.c984 ec_wait_on_evtchn(int evtchn, int (*check_func)(void *), void *arg) in ec_wait_on_evtchn() function
1016 ec_wait_on_evtchn(ipip->mi_evtchns[CPU->cpu_id], check_func, arg); in ec_wait_on_ipi()
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxencons.c1363 ec_wait_on_evtchn(xcp->evtchn, (int (*)(void *))xenconsischar, arg); in xenconsgetchar()