Lines Matching refs:xive_irq_priority
50 static u8 xive_irq_priority; variable
261 xive_dump_eq("EQ", &xc->queue[xive_irq_priority]); in xmon_xive_do_dump()
469 struct xive_q *q = &xc->queue[xive_irq_priority]; in xive_try_pick_target()
493 struct xive_q *q = &xc->queue[xive_irq_priority]; in xive_dec_target_count()
636 xive_irq_priority, d->irq); in xive_irq_startup()
689 xive_irq_priority, d->irq); in xive_irq_unmask()
767 xive_irq_priority, d->irq); in xive_irq_set_affinity()
947 xive_irq_priority, d->irq); in xive_irq_set_vcpu_affinity()
1153 xive_irq_priority, xive_ipi_irq); in xive_setup_cpu_ipi()
1297 if (xc->queue[xive_irq_priority].qpage) in xive_cleanup_cpu_queues()
1298 xive_ops->cleanup_queue(cpu, xc, xive_irq_priority); in xive_cleanup_cpu_queues()
1306 if (!xc->queue[xive_irq_priority].qpage) in xive_setup_cpu_queues()
1307 rc = xive_ops->setup_queue(cpu, xc, xive_irq_priority); in xive_setup_cpu_queues()
1494 xive_irq_priority = max_prio; in xive_core_init()