Lines Matching refs:xive_cpu

73 static DEFINE_PER_CPU(struct xive_cpu *, xive_cpu);
139 static u32 xive_scan_interrupts(struct xive_cpu *xc, bool just_peek) in xive_scan_interrupts()
239 struct xive_cpu *xc = per_cpu(xive_cpu, cpu); in xmon_xive_do_dump()
257 struct xive_cpu *xc = __this_cpu_read(xive_cpu); in xive_get_irq()
300 static void xive_do_queue_eoi(struct xive_cpu *xc) in xive_do_queue_eoi()
361 struct xive_cpu *xc = __this_cpu_read(xive_cpu); in xive_irq_eoi()
418 struct xive_cpu *xc = per_cpu(xive_cpu, cpu); in xive_try_pick_target()
442 struct xive_cpu *xc = per_cpu(xive_cpu, cpu); in xive_dec_target_count()
524 struct xive_cpu *xc = per_cpu(xive_cpu, cpu); in xive_pick_irq_target()
990 struct xive_cpu *xc; in xive_cause_ipi()
993 xc = per_cpu(xive_cpu, cpu); in xive_cause_ipi()
1011 struct xive_cpu *xc = __this_cpu_read(xive_cpu); in xive_ipi_eoi()
1060 struct xive_cpu *xc; in xive_setup_cpu_ipi()
1065 xc = per_cpu(xive_cpu, cpu); in xive_setup_cpu_ipi()
1100 static void xive_cleanup_cpu_ipi(unsigned int cpu, struct xive_cpu *xc) in xive_cleanup_cpu_ipi()
1228 static void xive_cleanup_cpu_queues(unsigned int cpu, struct xive_cpu *xc) in xive_cleanup_cpu_queues()
1234 static int xive_setup_cpu_queues(unsigned int cpu, struct xive_cpu *xc) in xive_setup_cpu_queues()
1247 struct xive_cpu *xc; in xive_prepare_cpu()
1249 xc = per_cpu(xive_cpu, cpu); in xive_prepare_cpu()
1253 xc = kzalloc_node(sizeof(struct xive_cpu), in xive_prepare_cpu()
1262 per_cpu(xive_cpu, cpu) = xc; in xive_prepare_cpu()
1271 struct xive_cpu *xc = __this_cpu_read(xive_cpu); in xive_setup_cpu()
1307 static void xive_flush_cpu_queue(unsigned int cpu, struct xive_cpu *xc) in xive_flush_cpu_queue()
1359 struct xive_cpu *xc = __this_cpu_read(xive_cpu); in xive_smp_disable_cpu()
1379 struct xive_cpu *xc = __this_cpu_read(xive_cpu); in xive_flush_interrupt()
1392 struct xive_cpu *xc = __this_cpu_read(xive_cpu); in xive_teardown_cpu()