Lines Matching defs:gsi
290 * understanding of PIC to the XEN 'gsi' namespace. In the case of
299 int gsi;
305 * If so, legacy_irq should identity map correctly to gsi.
307 gsi = pic->pic_vecbase + pin;
308 KASSERT(gsi < NR_EVENT_CHANNELS);
312 KASSERT(gsi < 16);
316 KASSERT(gsi < 255);
318 if (irq2port[gsi] != 0) {
325 irq_op.irq = gsi;
330 " fail %d", gsi, ret);
332 aprint_debug("xen_pic_to_gsi %s pin %d gsi %d allocated %d\n",
334 pin, gsi, irq_op.vector);
336 KASSERT(irq_op.vector == gsi);
345 gsi = msi_i->mp_xen_pirq[pin];
346 aprint_debug("xen_pic_to_gsi %s pin %d gsi %d\n",
348 pin, gsi);
357 return gsi;