Searched refs:evtchn_pending (Results 1 – 2 of 2) sorted by relevance
332 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()
778 xen_ulong_t evtchn_pending[sizeof(xen_ulong_t) * 8]; member