Searched refs:xive_cpu (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/arch/powerpc/sysdev/xive/ |
| D | xive-internal.h | 9 struct xive_cpu { struct 38 int (*setup_queue)(unsigned int cpu, struct xive_cpu *xc, u8 prio); argument 39 void (*cleanup_queue)(unsigned int cpu, struct xive_cpu *xc, u8 prio); 40 void (*setup_cpu)(unsigned int cpu, struct xive_cpu *xc); 41 void (*teardown_cpu)(unsigned int cpu, struct xive_cpu *xc); 45 void (*update_pending)(struct xive_cpu *xc); 50 int (*get_ipi)(unsigned int cpu, struct xive_cpu *xc); 51 void (*put_ipi)(unsigned int cpu, struct xive_cpu *xc);
|
| D | common.c | 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() [all …]
|
| D | spapr.c | 501 static int xive_spapr_setup_queue(unsigned int cpu, struct xive_cpu *xc, in xive_spapr_setup_queue() 515 static void xive_spapr_cleanup_queue(unsigned int cpu, struct xive_cpu *xc, in xive_spapr_cleanup_queue() 540 static int xive_spapr_get_ipi(unsigned int cpu, struct xive_cpu *xc) in xive_spapr_get_ipi() 553 static void xive_spapr_put_ipi(unsigned int cpu, struct xive_cpu *xc) in xive_spapr_put_ipi() 572 static void xive_spapr_update_pending(struct xive_cpu *xc) in xive_spapr_update_pending() 620 static void xive_spapr_setup_cpu(unsigned int cpu, struct xive_cpu *xc) in xive_spapr_setup_cpu() 629 static void xive_spapr_teardown_cpu(unsigned int cpu, struct xive_cpu *xc) in xive_spapr_teardown_cpu()
|
| D | native.c | 215 static int xive_native_setup_queue(unsigned int cpu, struct xive_cpu *xc, u8 prio) in xive_native_setup_queue() 228 static void xive_native_cleanup_queue(unsigned int cpu, struct xive_cpu *xc, u8 prio) in xive_native_cleanup_queue() 260 static int xive_native_get_ipi(unsigned int cpu, struct xive_cpu *xc) in xive_native_get_ipi() 310 static void xive_native_put_ipi(unsigned int cpu, struct xive_cpu *xc) in xive_native_put_ipi() 340 static void xive_native_update_pending(struct xive_cpu *xc) in xive_native_update_pending() 394 static void xive_native_setup_cpu(unsigned int cpu, struct xive_cpu *xc) in xive_native_setup_cpu() 434 static void xive_native_teardown_cpu(unsigned int cpu, struct xive_cpu *xc) in xive_native_teardown_cpu()
|