Lines Matching refs:loglvl
67 unsigned long frame, const char *loglvl) in dump_backtrace_entry() argument
86 loglvl, where, from); in dump_backtrace_entry()
89 loglvl, where, (void *)where, from, (void *)from); in dump_backtrace_entry()
91 printk("%s %ps from %pS\n", loglvl, (void *)where, (void *)from); in dump_backtrace_entry()
95 dump_mem(loglvl, "Exception stack", frame + 4, end); in dump_backtrace_entry()
98 void dump_backtrace_stm(u32 *stack, u32 instruction, const char *loglvl) in dump_backtrace_stm() argument
110 printk("%s%s\n", loglvl, str); in dump_backtrace_stm()
115 printk("%s%s\n", loglvl, str); in dump_backtrace_stm()
213 const char *loglvl) in dump_backtrace() argument
215 unwind_backtrace(regs, tsk, loglvl); in dump_backtrace()
219 const char *loglvl) in dump_backtrace() argument
224 printk("%sCall trace: ", loglvl); in dump_backtrace()
251 c_backtrace(fp, mode, loglvl); in dump_backtrace()
255 void show_stack(struct task_struct *tsk, unsigned long *sp, const char *loglvl) in show_stack() argument
257 dump_backtrace(NULL, tsk, loglvl); in show_stack()