Home
last modified time | relevance | path

Searched refs:smp_handle_nmi_ipi (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Dsmp.h166 extern int smp_handle_nmi_ipi(struct pt_regs *regs);
168 static inline int smp_handle_nmi_ipi(struct pt_regs *regs) { return 0; } in smp_handle_nmi_ipi() function
/linux/arch/powerpc/kernel/
H A Dsmp.c219 smp_handle_nmi_ipi(get_irq_regs()); in nmi_ipi_action()
443 noinstr int smp_handle_nmi_ipi(struct pt_regs *regs) in smp_handle_nmi_ipi() function
/linux/arch/powerpc/platforms/pseries/
H A Dras.c521 if (smp_handle_nmi_ipi(regs)) in pSeries_system_reset_exception()