Lines Matching refs:best_irq
86 int *best_irq, int *best_prio, int *group) in gic_get_best_irq() argument
91 *best_irq = 1023; in gic_get_best_irq()
100 *best_irq = irq; in gic_get_best_irq()
105 if (*best_irq < 1023) { in gic_get_best_irq()
106 *group = GIC_DIST_TEST_GROUP(*best_irq, cm); in gic_get_best_irq()
111 int *best_irq, int *best_prio, int *group) in gic_get_best_virq() argument
115 *best_irq = 1023; in gic_get_best_virq()
127 *best_irq = GICH_LR_VIRT_ID(lr_entry); in gic_get_best_virq()
166 int best_irq; in gic_update_internal() local
186 gic_get_best_virq(s, cpu, &best_irq, &best_prio, &group); in gic_update_internal()
188 gic_get_best_irq(s, cpu, &best_irq, &best_prio, &group); in gic_update_internal()
191 if (best_irq != 1023) { in gic_update_internal()
193 best_irq, best_prio, in gic_update_internal()
201 s->current_pending[cpu_iface] = best_irq; in gic_update_internal()
207 best_irq, cpu_iface); in gic_update_internal()
213 best_irq, cpu_iface); in gic_update_internal()