Searched refs:ipi_vecs (Results 1 – 2 of 2) sorted by relevance
616 return (src >= mpic->ipi_vecs[0] && src <= mpic->ipi_vecs[3]); in mpic_is_ipi()782 unsigned int src = virq_to_hw(d->irq) - mpic->ipi_vecs[0]; in mpic_unmask_ipi()1019 else if (hw >= mpic->ipi_vecs[0]) { in mpic_host_map()1123 if (intspec[0] >= ARRAY_SIZE(mpic->ipi_vecs)) in mpic_host_xlate()1126 *out_hwirq = mpic->ipi_vecs[intspec[0]]; in mpic_host_xlate()1318 mpic->ipi_vecs[0] = intvec_top - 4; in mpic_alloc()1319 mpic->ipi_vecs[1] = intvec_top - 3; in mpic_alloc()1320 mpic->ipi_vecs[2] = intvec_top - 2; in mpic_alloc()1321 mpic->ipi_vecs[3] = intvec_top - 1; in mpic_alloc()1593 (mpic->ipi_vecs[0] + i)); in mpic_init()[all …]
285 unsigned int ipi_vecs[4]; member