Lines Matching refs:ipi_vecs
614 return (src >= mpic->ipi_vecs[0] && src <= mpic->ipi_vecs[3]); in mpic_is_ipi()
780 unsigned int src = virq_to_hw(d->irq) - mpic->ipi_vecs[0]; in mpic_unmask_ipi()
1017 else if (hw >= mpic->ipi_vecs[0]) { in mpic_host_map()
1121 if (intspec[0] >= ARRAY_SIZE(mpic->ipi_vecs)) in mpic_host_xlate()
1124 *out_hwirq = mpic->ipi_vecs[intspec[0]]; in mpic_host_xlate()
1316 mpic->ipi_vecs[0] = intvec_top - 4; in mpic_alloc()
1317 mpic->ipi_vecs[1] = intvec_top - 3; in mpic_alloc()
1318 mpic->ipi_vecs[2] = intvec_top - 2; in mpic_alloc()
1319 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()