Home
last modified time | relevance | path

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

/arch/arm64/kernel/
Dstacktrace.c135 static void dump_backtrace_entry(unsigned long where, const char *loglvl) in dump_backtrace_entry() function
177 dump_backtrace_entry(frame.pc, loglvl); in dump_backtrace()
187 dump_backtrace_entry(regs->pc, loglvl); in dump_backtrace()
/arch/arm/include/asm/
Dtraps.h32 extern void dump_backtrace_entry(unsigned long where, unsigned long from,
/arch/arm/lib/
Dbacktrace.S79 bl dump_backtrace_entry
/arch/arm/kernel/
Dunwind.c520 dump_backtrace_entry(where, frame.pc, frame.sp - 4, loglvl); in unwind_backtrace()
Dtraps.c66 void dump_backtrace_entry(unsigned long where, unsigned long from, in dump_backtrace_entry() function