Lines Matching refs:best_prio
86 int *best_irq, int *best_prio, int *group) in gic_get_best_irq() argument
92 *best_prio = 0x100; in gic_get_best_irq()
98 if (GIC_DIST_GET_PRIORITY(irq, cpu) < *best_prio) { in gic_get_best_irq()
99 *best_prio = GIC_DIST_GET_PRIORITY(irq, cpu); in gic_get_best_irq()
111 int *best_irq, int *best_prio, int *group) in gic_get_best_virq() argument
116 *best_prio = 0x100; in gic_get_best_virq()
125 if (prio < *best_prio) { in gic_get_best_virq()
126 *best_prio = prio; in gic_get_best_virq()
167 int best_prio; 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()
193 best_irq, best_prio, in gic_update_internal()
200 if (best_prio < s->priority_mask[cpu_iface]) { in gic_update_internal()
202 if (best_prio < s->running_priority[cpu_iface]) { in gic_update_internal()