Searched refs:xive_cpu (Results 1 – 4 of 4) sorted by relevance
/arch/powerpc/sysdev/xive/ |
D | xive-internal.h | 16 struct xive_cpu { struct 45 int (*setup_queue)(unsigned int cpu, struct xive_cpu *xc, u8 prio); argument 46 void (*cleanup_queue)(unsigned int cpu, struct xive_cpu *xc, u8 prio); 47 void (*setup_cpu)(unsigned int cpu, struct xive_cpu *xc); 48 void (*teardown_cpu)(unsigned int cpu, struct xive_cpu *xc); 52 void (*update_pending)(struct xive_cpu *xc); 57 int (*get_ipi)(unsigned int cpu, struct xive_cpu *xc); 58 void (*put_ipi)(unsigned int cpu, struct xive_cpu *xc);
|
D | common.c | 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() [all …]
|
D | spapr.c | 516 static int xive_spapr_setup_queue(unsigned int cpu, struct xive_cpu *xc, in xive_spapr_setup_queue() 530 static void xive_spapr_cleanup_queue(unsigned int cpu, struct xive_cpu *xc, in xive_spapr_cleanup_queue() 557 static int xive_spapr_get_ipi(unsigned int cpu, struct xive_cpu *xc) in xive_spapr_get_ipi() 570 static void xive_spapr_put_ipi(unsigned int cpu, struct xive_cpu *xc) in xive_spapr_put_ipi() 589 static void xive_spapr_update_pending(struct xive_cpu *xc) in xive_spapr_update_pending() 637 static void xive_spapr_setup_cpu(unsigned int cpu, struct xive_cpu *xc) in xive_spapr_setup_cpu() 646 static void xive_spapr_teardown_cpu(unsigned int cpu, struct xive_cpu *xc) in xive_spapr_teardown_cpu()
|
D | native.c | 217 static int xive_native_setup_queue(unsigned int cpu, struct xive_cpu *xc, u8 prio) in xive_native_setup_queue() 230 static void xive_native_cleanup_queue(unsigned int cpu, struct xive_cpu *xc, u8 prio) in xive_native_cleanup_queue() 262 static int xive_native_get_ipi(unsigned int cpu, struct xive_cpu *xc) in xive_native_get_ipi() 312 static void xive_native_put_ipi(unsigned int cpu, struct xive_cpu *xc) in xive_native_put_ipi() 342 static void xive_native_update_pending(struct xive_cpu *xc) in xive_native_update_pending() 396 static void xive_native_setup_cpu(unsigned int cpu, struct xive_cpu *xc) in xive_native_setup_cpu() 436 static void xive_native_teardown_cpu(unsigned int cpu, struct xive_cpu *xc) in xive_native_teardown_cpu()
|