Searched refs:dump_mem (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/sh/kernel/ |
| H A D | dumpstack.c | 19 void dump_mem(const char *str, const char *loglvl, unsigned long bottom, in dump_mem() function 153 dump_mem("Stack: ", loglvl, stack, THREAD_SIZE + in show_stack()
|
| H A D | traps.c | 43 dump_mem("Stack: ", KERN_DEFAULT, regs->regs[15], in die()
|
| /linux/arch/sh/include/asm/ |
| H A D | kdebug.h | 16 extern void dump_mem(const char *str, const char *loglvl,
|
| /linux/drivers/misc/mei/ |
| H A D | vsc-fw-loader.c | 132 } __packed dump_mem; member 167 } __packed dump_mem; member 317 cmd->data.dump_mem.addr = cpu_to_le32(VSC_EFUSE_ADDR); in vsc_identify_silicon() 318 cmd->data.dump_mem.len = cpu_to_le16(sizeof(__le32)); in vsc_identify_silicon() 355 cmd->data.dump_mem.addr = cpu_to_le32(VSC_STRAP_ADDR); in vsc_identify_silicon() 356 cmd->data.dump_mem.len = cpu_to_le16(sizeof(__le32)); in vsc_identify_silicon()
|
| /linux/arch/arm/include/asm/ |
| H A D | stacktrace.h | 56 extern void dump_mem(const char *lvl, const char *str, unsigned long bottom,
|
| /linux/tools/testing/selftests/mm/ |
| H A D | protection_keys.c | 173 static void dump_mem(void *dumpme, int len_bytes) in dump_mem() function 361 dump_mem(pkey_reg_ptr - 128, 256); in signal_handler() 379 dump_mem((u8 *)si_pkey_ptr - 8, 24); in signal_handler()
|
| /linux/drivers/atm/ |
| H A D | eni.c | 161 static void dump_mem(struct eni_dev *eni_dev) in dump_mem() function 180 dump_mem(eni_dev); in dump()
|