Lines Matching refs:ipi_vecs
617 return (src >= mpic->ipi_vecs[0] && src <= mpic->ipi_vecs[3]); in mpic_is_ipi()
783 unsigned int src = virq_to_hw(d->irq) - mpic->ipi_vecs[0]; in mpic_unmask_ipi()
1020 else if (hw >= mpic->ipi_vecs[0]) { in mpic_host_map()
1124 if (intspec[0] >= ARRAY_SIZE(mpic->ipi_vecs)) in mpic_host_xlate()
1127 *out_hwirq = mpic->ipi_vecs[intspec[0]]; in mpic_host_xlate()
1319 mpic->ipi_vecs[0] = intvec_top - 4; in mpic_alloc()
1320 mpic->ipi_vecs[1] = intvec_top - 3; in mpic_alloc()
1321 mpic->ipi_vecs[2] = intvec_top - 2; in mpic_alloc()
1322 mpic->ipi_vecs[3] = intvec_top - 1; in mpic_alloc()
1594 (mpic->ipi_vecs[0] + i)); in mpic_init()
1676 reg = mpic_ipi_read(src - mpic->ipi_vecs[0]) & in mpic_irq_set_priority()
1678 mpic_ipi_write(src - mpic->ipi_vecs[0], in mpic_irq_set_priority()
1853 mpic->ipi_vecs[0] + i); in mpic_request_ipis()