xive_irq
static void xive_init_irq(struct xive_irq *irqd, u_int irq);
static struct xive_irq *xive_configure_irq(u_int irq);
struct xive_irq ipi_data;
struct xive_irq *irqd;
struct xive_irq *irqd;
struct xive_irq *rirq;
struct xive_irq *rirq;
struct xive_irq *rirq;
xive_init_irq(struct xive_irq *irqd, u_int irq)
static struct xive_irq *
struct xive_irq *irqd;
irqd = malloc(sizeof(struct xive_irq), M_XIVE, M_WAITOK);
struct xive_irq;