Searched refs:irq2port (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/arch/xen/include/
H A Dintr.h67 extern short irq2port[NR_EVENT_CHANNELS]; /* actually port + 1, so that 0 is invaid */
/netbsd-current/sys/arch/xen/x86/
H A Dxen_intr.c194 if (irq2port[gsi] == 0) {
203 irq2port[gsi] = evtchn + 1;
210 evtchn = irq2port[gsi] - 1;
268 KASSERT(irq2port[pirq] != 0);
282 irq2port[pirq] = 0;
H A Dpintr.c154 short irq2port[NR_EVENT_CHANNELS] = {0}; /* actually port + 1, so that 0 is invaid */ variable
318 if (irq2port[gsi] != 0) {

Completed in 91 milliseconds