Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/
Dsmp.h136 extern int smp_handle_nmi_ipi(struct pt_regs *regs);
138 static inline int smp_handle_nmi_ipi(struct pt_regs *regs) { return 0; } in smp_handle_nmi_ipi() function
/Linux-v4.19/arch/powerpc/platforms/powernv/
Dsmp.c306 if (smp_handle_nmi_ipi(regs)) in pnv_system_reset_exception()
/Linux-v4.19/arch/powerpc/kernel/
Dsmp.c170 smp_handle_nmi_ipi(get_irq_regs()); in nmi_ipi_action()
395 int smp_handle_nmi_ipi(struct pt_regs *regs) in smp_handle_nmi_ipi() function
/Linux-v4.19/arch/powerpc/platforms/pseries/
Dras.c424 if (smp_handle_nmi_ipi(regs)) in pSeries_system_reset_exception()