Lines Matching refs:xive_cpu
82 static DEFINE_PER_CPU(struct xive_cpu *, xive_cpu);
151 static u32 xive_scan_interrupts(struct xive_cpu *xc, bool just_peek) in xive_scan_interrupts()
272 struct xive_cpu *xc = per_cpu(xive_cpu, cpu); in xmon_xive_do_dump()
346 struct xive_cpu *xc = __this_cpu_read(xive_cpu); in xive_get_irq()
389 static void xive_do_queue_eoi(struct xive_cpu *xc) in xive_do_queue_eoi()
441 struct xive_cpu *xc = __this_cpu_read(xive_cpu); in xive_irq_eoi()
505 struct xive_cpu *xc = per_cpu(xive_cpu, cpu); in xive_try_pick_target()
529 struct xive_cpu *xc = per_cpu(xive_cpu, cpu); in xive_dec_target_count()
610 struct xive_cpu *xc = per_cpu(xive_cpu, cpu); in xive_pick_irq_target()
1058 struct xive_cpu *xc; in xive_cause_ipi()
1061 xc = per_cpu(xive_cpu, cpu); in xive_cause_ipi()
1079 struct xive_cpu *xc = __this_cpu_read(xive_cpu); in xive_ipi_eoi()
1201 struct xive_cpu *xc; in xive_setup_cpu_ipi()
1206 xc = per_cpu(xive_cpu, cpu); in xive_setup_cpu_ipi()
1244 noinstr static void xive_cleanup_cpu_ipi(unsigned int cpu, struct xive_cpu *xc) in xive_cleanup_cpu_ipi()
1473 static void xive_cleanup_cpu_queues(unsigned int cpu, struct xive_cpu *xc) in xive_cleanup_cpu_queues()
1479 static int xive_setup_cpu_queues(unsigned int cpu, struct xive_cpu *xc) in xive_setup_cpu_queues()
1492 struct xive_cpu *xc; in xive_prepare_cpu()
1494 xc = per_cpu(xive_cpu, cpu); in xive_prepare_cpu()
1496 xc = kzalloc_node(sizeof(struct xive_cpu), in xive_prepare_cpu()
1505 per_cpu(xive_cpu, cpu) = xc; in xive_prepare_cpu()
1514 struct xive_cpu *xc = __this_cpu_read(xive_cpu); in xive_setup_cpu()
1550 static void xive_flush_cpu_queue(unsigned int cpu, struct xive_cpu *xc) in xive_flush_cpu_queue()
1606 struct xive_cpu *xc = __this_cpu_read(xive_cpu); in xive_smp_disable_cpu()
1626 struct xive_cpu *xc = __this_cpu_read(xive_cpu); in xive_flush_interrupt()
1639 struct xive_cpu *xc = __this_cpu_read(xive_cpu); in xive_teardown_cpu()
1731 struct xive_cpu *xc = per_cpu(xive_cpu, cpu); in xive_debug_show_ipi()
1819 struct xive_cpu *xc = per_cpu(xive_cpu, cpu); in xive_eq_debug_show()