Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/include/asm/
Dkexec.h87 extern void crash_kexec_secondary(struct pt_regs *regs);
152 static inline void crash_kexec_secondary(struct pt_regs *regs) { } in crash_kexec_secondary() function
/linux-6.1.9/arch/powerpc/kexec/
Dcrash.c198 void crash_kexec_secondary(struct pt_regs *regs) in crash_kexec_secondary() function
236 void crash_kexec_secondary(struct pt_regs *regs) in crash_kexec_secondary() function
/linux-6.1.9/arch/powerpc/kernel/
Dtraps.c490 crash_kexec_secondary(regs); in DEFINE_INTERRUPT_HANDLER_NMI()