Searched refs:dump_mem (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/arch/sh/kernel/ |
D | dumpstack.c | 19 void dump_mem(const char *str, unsigned long bottom, unsigned long top) in dump_mem() function 159 dump_mem("Stack: ", stack, THREAD_SIZE + in show_stack()
|
D | traps.c | 41 dump_mem("Stack: ", regs->regs[15], THREAD_SIZE + in die()
|
/Linux-v5.4/arch/unicore32/kernel/ |
D | traps.c | 33 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, in dump_mem() function 201 dump_mem(KERN_EMERG, "Stack: ", regs->UCreg_sp, in __die()
|
/Linux-v5.4/arch/sh/include/asm/ |
D | kdebug.h | 16 extern void dump_mem(const char *str, unsigned long bottom, unsigned long top);
|
/Linux-v5.4/arch/nds32/kernel/ |
D | traps.c | 25 void dump_mem(const char *lvl, unsigned long bottom, unsigned long top) in dump_mem() function 63 EXPORT_SYMBOL(dump_mem); 180 dump_mem("Stack: ", regs->sp, (regs->sp + PAGE_SIZE) & PAGE_MASK); in die()
|
/Linux-v5.4/arch/arm/kernel/ |
D | traps.c | 63 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)); in dump_backtrace_entry() 116 static void dump_mem(const char *lvl, const char *str, unsigned long bottom, in dump_mem() function 285 dump_mem(KERN_EMERG, "Stack: ", regs->ARM_sp, in __die()
|
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/fw/ |
D | dbg.c | 710 struct iwl_fw_error_dump_mem *dump_mem; in iwl_fw_dump_mem() local 716 (*dump_data)->len = cpu_to_le32(len + sizeof(*dump_mem)); in iwl_fw_dump_mem() 717 dump_mem = (void *)(*dump_data)->data; in iwl_fw_dump_mem() 718 dump_mem->type = cpu_to_le32(type); in iwl_fw_dump_mem() 719 dump_mem->offset = cpu_to_le32(ofs); in iwl_fw_dump_mem() 720 iwl_trans_read_mem_bytes(fwrt->trans, ofs, dump_mem->data, len); in iwl_fw_dump_mem() 723 IWL_DEBUG_INFO(fwrt, "WRT memory dump. Type=%u\n", dump_mem->type); in iwl_fw_dump_mem()
|
/Linux-v5.4/tools/testing/selftests/x86/ |
D | protection_keys.c | 225 void dump_mem(void *dumpme, int len_bytes) in dump_mem() function 303 dump_mem(pkru_ptr - 128, 256); in signal_handler() 315 dump_mem((u8 *)si_pkey_ptr - 8, 24); in signal_handler()
|
/Linux-v5.4/drivers/atm/ |
D | eni.c | 167 static void dump_mem(struct eni_dev *eni_dev) in dump_mem() function 186 dump_mem(eni_dev); in dump()
|