Searched refs:dump_mem (Results 1 – 3 of 3) sorted by relevance
/arch/arm/kernel/ |
D | traps.c | 47 static void dump_mem(const char *str, unsigned long bottom, unsigned long top); 61 dump_mem("Exception stack", frame + 4, frame + 4 + sizeof(struct pt_regs)); in dump_backtrace_entry() 81 static void dump_mem(const char *str, unsigned long bottom, unsigned long top) in dump_mem() function 221 dump_mem("Stack: ", regs->ARM_sp, in __die()
|
/arch/avr32/kernel/ |
D | process.c | 126 static void dump_mem(const char *str, const char *log_lvl, in dump_mem() function 242 dump_mem("Stack: ", log_lvl, sp, in show_stack_log_lvl()
|
/arch/sh/kernel/ |
D | traps_32.c | 46 static void dump_mem(const char *str, unsigned long bottom, unsigned long top) in dump_mem() function 94 dump_mem("Stack: ", regs->regs[15], THREAD_SIZE + in die() 890 dump_mem("Stack: ", stack, THREAD_SIZE + in show_stack()
|