Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/include/asm/
Dkexec.h85 extern void crash_kexec_secondary(struct pt_regs *regs);
91 static inline void crash_kexec_secondary(struct pt_regs *regs) { } in crash_kexec_secondary() function
/linux-3.4.99/arch/powerpc/kernel/
Dcrash.c181 void crash_kexec_secondary(struct pt_regs *regs) in crash_kexec_secondary() function
219 void crash_kexec_secondary(struct pt_regs *regs) in crash_kexec_secondary() function
Dtraps.c164 crash_kexec_secondary(regs); in oops_end()