Home
last modified time | relevance | path

Searched refs:dump_backtrace_entry (Results 1 – 8 of 8) sorted by relevance

/arch/unicore32/include/asm/
Dtraps.h16 extern void dump_backtrace_entry(unsigned long where,
/arch/arm/include/asm/
Dtraps.h43 extern void dump_backtrace_entry(unsigned long where, unsigned long from, unsigned long frame);
/arch/arm64/kernel/
Dtraps.c107 static void dump_backtrace_entry(unsigned long where) in dump_backtrace_entry() function
201 dump_backtrace_entry(where); in dump_backtrace()
211 dump_backtrace_entry(regs->pc); in dump_backtrace()
/arch/unicore32/kernel/
Dtraps.c35 void dump_backtrace_entry(unsigned long where, in dump_backtrace_entry() function
/arch/arm/lib/
Dbacktrace.S79 bl dump_backtrace_entry
/arch/unicore32/lib/
Dbacktrace.S76 b.l dump_backtrace_entry
/arch/arm/kernel/
Dunwind.c509 dump_backtrace_entry(where, frame.pc, frame.sp - 4); in unwind_backtrace()
Dtraps.c66 void dump_backtrace_entry(unsigned long where, unsigned long from, unsigned long frame) in dump_backtrace_entry() function