Home
last modified time | relevance | path

Searched refs:show_trace (Results 1 – 7 of 7) sorted by relevance

/arch/um/include/asm/
Dsysrq.h6 extern void show_trace(struct task_struct* task, unsigned long *stack);
/arch/sh/kernel/
Ddumpstack.c123 void show_trace(struct task_struct *tsk, unsigned long *sp, in show_trace() function
155 show_trace(tsk, sp, NULL, loglvl); in show_stack()
Dprocess_32.c58 show_trace(NULL, (unsigned long *)regs->regs[15], regs, KERN_DEFAULT); in show_regs()
/arch/sh/include/asm/
Dprocessor_32.h173 void show_trace(struct task_struct *tsk, unsigned long *sp,
/arch/xtensa/kernel/
Dtraps.c497 static void show_trace(struct task_struct *task, unsigned long *sp, in show_trace() function
533 show_trace(task, sp, loglvl); in show_stack()
/arch/parisc/include/asm/
Dprocessor.h151 void show_trace(struct task_struct *task, unsigned long *stack);
/arch/m68k/kernel/
Dtraps.c810 static void show_trace(unsigned long *stack, const char *loglvl) in show_trace() function
956 show_trace(stack, loglvl); in show_stack()