Searched refs:show_trace (Results 1 – 7 of 7) sorted by relevance
/arch/um/include/asm/ |
D | sysrq.h | 6 extern void show_trace(struct task_struct* task, unsigned long *stack);
|
/arch/sh/kernel/ |
D | dumpstack.c | 123 void show_trace(struct task_struct *tsk, unsigned long *sp, in show_trace() function 155 show_trace(tsk, sp, NULL, loglvl); in show_stack()
|
D | process_32.c | 58 show_trace(NULL, (unsigned long *)regs->regs[15], regs, KERN_DEFAULT); in show_regs()
|
/arch/sh/include/asm/ |
D | processor_32.h | 173 void show_trace(struct task_struct *tsk, unsigned long *sp,
|
/arch/xtensa/kernel/ |
D | traps.c | 497 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/ |
D | processor.h | 151 void show_trace(struct task_struct *task, unsigned long *stack);
|
/arch/m68k/kernel/ |
D | traps.c | 810 static void show_trace(unsigned long *stack, const char *loglvl) in show_trace() function 956 show_trace(stack, loglvl); in show_stack()
|