Home
last modified time | relevance | path

Searched refs:evtchn_pending (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/xen/bus/
H A Dxen_intr.c332 CTASSERT(sizeof(sh->evtchn_mask[0]) == sizeof(sh->evtchn_pending[0])); in xen_intr_active_ports()
334 CTASSERT(sizeof(sh->evtchn_mask) == sizeof(sh->evtchn_pending)); in xen_intr_active_ports()
336 return (sh->evtchn_pending[idx] in xen_intr_active_ports()
1120 !!xen_test_bit(isrc->xi_port, &s->evtchn_pending[0])); in DB_SHOW_COMMAND()
/freebsd/sys/contrib/xen/
H A Dxen.h778 xen_ulong_t evtchn_pending[sizeof(xen_ulong_t) * 8]; member