Searched refs:dump_mem (Results 1 – 8 of 8) 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/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/sh/include/asm/ |
| H A D | kdebug.h | 16 extern void dump_mem(const char *str, const char *loglvl,
|
| /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/drivers/net/wireless/intel/iwlwifi/fw/ |
| H A D | dbg.c | 679 struct iwl_fw_error_dump_mem *dump_mem; in iwl_fw_dump_mem() local 685 (*dump_data)->len = cpu_to_le32(len + sizeof(*dump_mem)); in iwl_fw_dump_mem() 686 dump_mem = (void *)(*dump_data)->data; in iwl_fw_dump_mem() 687 dump_mem->type = cpu_to_le32(type); in iwl_fw_dump_mem() 688 dump_mem->offset = cpu_to_le32(ofs); in iwl_fw_dump_mem() 689 iwl_trans_read_mem_bytes(fwrt->trans, ofs, dump_mem->data, len); in iwl_fw_dump_mem() 694 dump_mem->data, len); in iwl_fw_dump_mem() 696 IWL_DEBUG_INFO(fwrt, "WRT memory dump. Type=%u\n", dump_mem->type); in iwl_fw_dump_mem()
|
| /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()
|