Searched refs:smp_handle_nmi_ipi (Results 1 - 4 of 4) sorted by relevance

/linux-master/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; } function
/linux-master/arch/powerpc/platforms/powernv/
H A Dsmp.c350 if (smp_handle_nmi_ipi(regs))
/linux-master/arch/powerpc/kernel/
H A Dsmp.c218 smp_handle_nmi_ipi(get_irq_regs());
442 noinstr int smp_handle_nmi_ipi(struct pt_regs *regs) function
545 /* Timeout waiting for CPUs to call smp_handle_nmi_ipi */
648 * IRQs are already hard disabled by the smp_handle_nmi_ipi.
/linux-master/arch/powerpc/platforms/pseries/
H A Dras.c521 if (smp_handle_nmi_ipi(regs))

Completed in 214 milliseconds