Searched refs:evtchn_pending (Results 1 – 2 of 2) sorted by relevance
479 for (i = 0; i < nitems(s->evtchn_pending); i++) { in xen_print_info_page()480 if (s->evtchn_pending[i] == 0) in xen_print_info_page()482 printf(" %d:%#lx", i, s->evtchn_pending[i]); in xen_print_info_page()557 for (i = 0; i < nitems(sc->sc_ipg->evtchn_pending); i++) { in xen_init_interrupts()558 sc->sc_ipg->evtchn_pending[i] = 0; in xen_init_interrupts()685 if ((sc->sc_ipg->evtchn_pending[row] & in xen_intr()688 pending = atomic_swap_ulong(&sc->sc_ipg->evtchn_pending[row], in xen_intr()878 clear_bit(xi->xi_port, &sc->sc_ipg->evtchn_pending[0]); in xen_intr_disestablish()
240 volatile unsigned long evtchn_pending[sizeof(unsigned long) * 8]; member