Searched refs:dump_mem (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/arch/sh/kernel/ |
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()
|
D | traps.c | 41 dump_mem("Stack: ", KERN_DEFAULT, regs->regs[15], in die()
|
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
D | kdebug.h | 16 extern void dump_mem(const char *str, const char *loglvl,
|
/kernel/linux/linux-5.10/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); 181 dump_mem("Stack: ", regs->sp, (regs->sp + PAGE_SIZE) & PAGE_MASK); in die()
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
D | traps.c | 64 static void dump_mem(const char *, const char *, unsigned long, unsigned long); 80 dump_mem(loglvl, "Exception stack", frame + 4, end); in dump_backtrace_entry() 122 static void dump_mem(const char *lvl, const char *str, unsigned long bottom, in dump_mem() function 295 dump_mem(KERN_EMERG, "Stack: ", regs->ARM_sp, in __die()
|
/kernel/linux/linux-5.10/tools/testing/selftests/vm/ |
D | protection_keys.c | 166 void dump_mem(void *dumpme, int len_bytes) in dump_mem() function 365 dump_mem(pkey_reg_ptr - 128, 256); in signal_handler() 381 dump_mem((u8 *)si_pkey_ptr - 8, 24); in signal_handler()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/drivers/atm/ |
D | eni.c | 161 static void dump_mem(struct eni_dev *eni_dev) in dump_mem() function 180 dump_mem(eni_dev); in dump()
|
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/ |
D | linux-5.10.patch | 52371 +static void dump_mem(const u8 *p, int len) 52395 + dump_mem(obj->dataptr, obj->datasize);
|