Lines Matching refs:xive_cpu

71 static DEFINE_PER_CPU(struct xive_cpu *, xive_cpu);
130 static u32 xive_scan_interrupts(struct xive_cpu *xc, bool just_peek) in xive_scan_interrupts()
244 struct xive_cpu *xc = per_cpu(xive_cpu, cpu); in xmon_xive_do_dump()
310 struct xive_cpu *xc = __this_cpu_read(xive_cpu); in xive_get_irq()
353 static void xive_do_queue_eoi(struct xive_cpu *xc) in xive_do_queue_eoi()
415 struct xive_cpu *xc = __this_cpu_read(xive_cpu); in xive_irq_eoi()
479 struct xive_cpu *xc = per_cpu(xive_cpu, cpu); in xive_try_pick_target()
503 struct xive_cpu *xc = per_cpu(xive_cpu, cpu); in xive_dec_target_count()
584 struct xive_cpu *xc = per_cpu(xive_cpu, cpu); in xive_pick_irq_target()
1090 struct xive_cpu *xc; in xive_cause_ipi()
1093 xc = per_cpu(xive_cpu, cpu); in xive_cause_ipi()
1111 struct xive_cpu *xc = __this_cpu_read(xive_cpu); in xive_ipi_eoi()
1161 struct xive_cpu *xc; in xive_setup_cpu_ipi()
1166 xc = per_cpu(xive_cpu, cpu); in xive_setup_cpu_ipi()
1201 static void xive_cleanup_cpu_ipi(unsigned int cpu, struct xive_cpu *xc) in xive_cleanup_cpu_ipi()
1329 static void xive_cleanup_cpu_queues(unsigned int cpu, struct xive_cpu *xc) in xive_cleanup_cpu_queues()
1335 static int xive_setup_cpu_queues(unsigned int cpu, struct xive_cpu *xc) in xive_setup_cpu_queues()
1348 struct xive_cpu *xc; in xive_prepare_cpu()
1350 xc = per_cpu(xive_cpu, cpu); in xive_prepare_cpu()
1354 xc = kzalloc_node(sizeof(struct xive_cpu), in xive_prepare_cpu()
1364 per_cpu(xive_cpu, cpu) = xc; in xive_prepare_cpu()
1373 struct xive_cpu *xc = __this_cpu_read(xive_cpu); in xive_setup_cpu()
1409 static void xive_flush_cpu_queue(unsigned int cpu, struct xive_cpu *xc) in xive_flush_cpu_queue()
1466 struct xive_cpu *xc = __this_cpu_read(xive_cpu); in xive_smp_disable_cpu()
1486 struct xive_cpu *xc = __this_cpu_read(xive_cpu); in xive_flush_interrupt()
1499 struct xive_cpu *xc = __this_cpu_read(xive_cpu); in xive_teardown_cpu()
1577 struct xive_cpu *xc = per_cpu(xive_cpu, cpu); in xive_debug_show_cpu()