Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dkexec.h157 extern void crash_kexec_secondary(struct pt_regs *regs);
172 static inline void crash_kexec_secondary(struct pt_regs *regs) { } in crash_kexec_secondary() function
/linux/arch/powerpc/kexec/
H A Dcrash.c201 void crash_kexec_secondary(struct pt_regs *regs) in crash_kexec_secondary() function
239 void crash_kexec_secondary(struct pt_regs *regs) in crash_kexec_secondary() function
/linux/arch/powerpc/kernel/
H A Dtraps.c490 crash_kexec_secondary(regs); in DEFINE_INTERRUPT_HANDLER_NMI()