Lines Matching refs:xive_cpu

69 static DEFINE_PER_CPU(struct xive_cpu *, xive_cpu);
135 static u32 xive_scan_interrupts(struct xive_cpu *xc, bool just_peek) in xive_scan_interrupts()
246 struct xive_cpu *xc = per_cpu(xive_cpu, cpu); in xmon_xive_do_dump()
299 struct xive_cpu *xc = __this_cpu_read(xive_cpu); in xive_get_irq()
342 static void xive_do_queue_eoi(struct xive_cpu *xc) in xive_do_queue_eoi()
404 struct xive_cpu *xc = __this_cpu_read(xive_cpu); in xive_irq_eoi()
468 struct xive_cpu *xc = per_cpu(xive_cpu, cpu); in xive_try_pick_target()
492 struct xive_cpu *xc = per_cpu(xive_cpu, cpu); in xive_dec_target_count()
573 struct xive_cpu *xc = per_cpu(xive_cpu, cpu); in xive_pick_irq_target()
1056 struct xive_cpu *xc; in xive_cause_ipi()
1059 xc = per_cpu(xive_cpu, cpu); in xive_cause_ipi()
1077 struct xive_cpu *xc = __this_cpu_read(xive_cpu); in xive_ipi_eoi()
1127 struct xive_cpu *xc; in xive_setup_cpu_ipi()
1132 xc = per_cpu(xive_cpu, cpu); in xive_setup_cpu_ipi()
1167 static void xive_cleanup_cpu_ipi(unsigned int cpu, struct xive_cpu *xc) in xive_cleanup_cpu_ipi()
1295 static void xive_cleanup_cpu_queues(unsigned int cpu, struct xive_cpu *xc) in xive_cleanup_cpu_queues()
1301 static int xive_setup_cpu_queues(unsigned int cpu, struct xive_cpu *xc) in xive_setup_cpu_queues()
1314 struct xive_cpu *xc; in xive_prepare_cpu()
1316 xc = per_cpu(xive_cpu, cpu); in xive_prepare_cpu()
1320 xc = kzalloc_node(sizeof(struct xive_cpu), in xive_prepare_cpu()
1329 per_cpu(xive_cpu, cpu) = xc; in xive_prepare_cpu()
1338 struct xive_cpu *xc = __this_cpu_read(xive_cpu); in xive_setup_cpu()
1374 static void xive_flush_cpu_queue(unsigned int cpu, struct xive_cpu *xc) in xive_flush_cpu_queue()
1431 struct xive_cpu *xc = __this_cpu_read(xive_cpu); in xive_smp_disable_cpu()
1451 struct xive_cpu *xc = __this_cpu_read(xive_cpu); in xive_flush_interrupt()
1464 struct xive_cpu *xc = __this_cpu_read(xive_cpu); in xive_teardown_cpu()