Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dsmp.h169 extern int smp_handle_nmi_ipi(struct pt_regs *regs);
171 static inline int smp_handle_nmi_ipi(struct pt_regs *regs) { return 0; } in smp_handle_nmi_ipi() function
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dsmp.h165 extern int smp_handle_nmi_ipi(struct pt_regs *regs);
167 static inline int smp_handle_nmi_ipi(struct pt_regs *regs) { return 0; } in smp_handle_nmi_ipi() function
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H A Dsmp.c350 if (smp_handle_nmi_ipi(regs)) in pnv_system_reset_exception()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H A Dsmp.c350 if (smp_handle_nmi_ipi(regs)) in pnv_system_reset_exception()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dsmp.c200 smp_handle_nmi_ipi(get_irq_regs()); in nmi_ipi_action()
424 int smp_handle_nmi_ipi(struct pt_regs *regs) in smp_handle_nmi_ipi() function
527 /* Timeout waiting for CPUs to call smp_handle_nmi_ipi */ in __smp_send_nmi_ipi()
641 * IRQs are already hard disabled by the smp_handle_nmi_ipi. in nmi_stop_this_cpu()
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H A Dras.c518 if (smp_handle_nmi_ipi(regs)) in pSeries_system_reset_exception()
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H A Dras.c521 if (smp_handle_nmi_ipi(regs)) in pSeries_system_reset_exception()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dsmp.c227 smp_handle_nmi_ipi(get_irq_regs()); in nmi_ipi_action()
451 noinstr int smp_handle_nmi_ipi(struct pt_regs *regs) in smp_handle_nmi_ipi() function
554 /* Timeout waiting for CPUs to call smp_handle_nmi_ipi */ in __smp_send_nmi_ipi()
657 * IRQs are already hard disabled by the smp_handle_nmi_ipi. in nmi_stop_this_cpu()

Completed in 9 milliseconds