Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dkexec.h87 extern void crash_kexec_secondary(struct pt_regs *regs);
148 static inline void crash_kexec_secondary(struct pt_regs *regs) { } in crash_kexec_secondary() function
/kernel/linux/linux-5.10/arch/powerpc/kexec/
Dcrash.c182 void crash_kexec_secondary(struct pt_regs *regs) in crash_kexec_secondary() function
220 void crash_kexec_secondary(struct pt_regs *regs) in crash_kexec_secondary() function
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dtraps.c493 crash_kexec_secondary(regs); in system_reset_exception()