Searched refs:dump_mem (Results 1 - 8 of 8) sorted by relevance

/arch/sh/include/asm/
H A Dkdebug.h15 extern void dump_mem(const char *str, unsigned long bottom, unsigned long top);
/arch/sh/kernel/
H A Ddumpstack.c20 void dump_mem(const char *str, unsigned long bottom, unsigned long top) function
157 dump_mem("Stack: ", stack, THREAD_SIZE +
H A Dtraps.c35 dump_mem("Stack: ", regs->regs[15], THREAD_SIZE +
/arch/unicore32/kernel/
H A Dtraps.c33 static void dump_mem(const char *, const char *, unsigned long, unsigned long);
64 static void dump_mem(const char *lvl, const char *str, unsigned long bottom, function
201 dump_mem(KERN_EMERG, "Stack: ", regs->UCreg_sp,
/arch/arm64/kernel/
H A Dtraps.c53 static void dump_mem(const char *lvl, const char *str, unsigned long bottom, function
96 dump_mem("", "Exception stack", stack,
208 dump_mem(KERN_EMERG, "Stack: ", regs->sp,
/arch/avr32/kernel/
H A Dprocess.c80 static void dump_mem(const char *str, const char *log_lvl, function
196 dump_mem("Stack: ", log_lvl, sp,
/arch/arm/kernel/
H A Dtraps.c63 static void dump_mem(const char *, const char *, unsigned long, unsigned long);
74 dump_mem("", "Exception stack", frame + 4, frame + 4 + sizeof(struct pt_regs));
96 static void dump_mem(const char *lvl, const char *str, unsigned long bottom, function
257 dump_mem(KERN_EMERG, "Stack: ", regs->ARM_sp,
/arch/tile/kernel/
H A Dsignal.c341 static void dump_mem(void __user *address) function
418 dump_mem((void __user *)address);

Completed in 149 milliseconds