Searched refs:xive_cpu (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/arch/powerpc/sysdev/xive/ |
D | xive-internal.h | 13 struct xive_cpu { struct 40 int (*setup_queue)(unsigned int cpu, struct xive_cpu *xc, u8 prio); argument 41 void (*cleanup_queue)(unsigned int cpu, struct xive_cpu *xc, u8 prio); 42 void (*setup_cpu)(unsigned int cpu, struct xive_cpu *xc); 43 void (*teardown_cpu)(unsigned int cpu, struct xive_cpu *xc); 47 void (*update_pending)(struct xive_cpu *xc); 52 int (*get_ipi)(unsigned int cpu, struct xive_cpu *xc); 53 void (*put_ipi)(unsigned int cpu, struct xive_cpu *xc);
|
D | common.c | 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() [all …]
|
D | native.c | 205 static int xive_native_setup_queue(unsigned int cpu, struct xive_cpu *xc, u8 prio) in xive_native_setup_queue() 218 static void xive_native_cleanup_queue(unsigned int cpu, struct xive_cpu *xc, u8 prio) in xive_native_cleanup_queue() 239 static int xive_native_get_ipi(unsigned int cpu, struct xive_cpu *xc) in xive_native_get_ipi() 298 static void xive_native_put_ipi(unsigned int cpu, struct xive_cpu *xc) in xive_native_put_ipi() 328 static void xive_native_update_pending(struct xive_cpu *xc) in xive_native_update_pending() 382 static void xive_native_setup_cpu(unsigned int cpu, struct xive_cpu *xc) in xive_native_setup_cpu() 422 static void xive_native_teardown_cpu(unsigned int cpu, struct xive_cpu *xc) in xive_native_teardown_cpu()
|
D | spapr.c | 450 static int xive_spapr_setup_queue(unsigned int cpu, struct xive_cpu *xc, in xive_spapr_setup_queue() 464 static void xive_spapr_cleanup_queue(unsigned int cpu, struct xive_cpu *xc, in xive_spapr_cleanup_queue() 489 static int xive_spapr_get_ipi(unsigned int cpu, struct xive_cpu *xc) in xive_spapr_get_ipi() 502 static void xive_spapr_put_ipi(unsigned int cpu, struct xive_cpu *xc) in xive_spapr_put_ipi() 521 static void xive_spapr_update_pending(struct xive_cpu *xc) in xive_spapr_update_pending() 569 static void xive_spapr_setup_cpu(unsigned int cpu, struct xive_cpu *xc) in xive_spapr_setup_cpu() 578 static void xive_spapr_teardown_cpu(unsigned int cpu, struct xive_cpu *xc) in xive_spapr_teardown_cpu()
|