/Linux-v5.10/arch/x86/kernel/ |
D | dumpstack.c | 69 const char *log_lvl) in printk_stack_address() argument 72 printk("%s %s%pB\n", log_lvl, reliable ? "" : "? ", (void *)address); in printk_stack_address() 153 void show_iret_regs(struct pt_regs *regs, const char *log_lvl) in show_iret_regs() argument 155 show_ip(regs, log_lvl); in show_iret_regs() 156 printk("%sRSP: %04x:%016lx EFLAGS: %08lx", log_lvl, (int)regs->ss, in show_iret_regs() 161 bool partial, const char *log_lvl) in show_regs_if_on_stack() argument 173 __show_regs(regs, SHOW_REGS_SHORT, log_lvl); in show_regs_if_on_stack() 182 show_iret_regs(regs, log_lvl); in show_regs_if_on_stack() 187 unsigned long *stack, const char *log_lvl) in show_trace_log_lvl() argument 195 printk("%sCall Trace:\n", log_lvl); in show_trace_log_lvl() [all …]
|
D | process_32.c | 60 const char *log_lvl) in __show_regs() argument 71 show_ip(regs, log_lvl); in __show_regs() 74 log_lvl, regs->ax, regs->bx, regs->cx, regs->dx); in __show_regs() 76 log_lvl, regs->si, regs->di, regs->bp, regs->sp); in __show_regs() 78 log_lvl, (u16)regs->ds, (u16)regs->es, (u16)regs->fs, gs, regs->ss, regs->flags); in __show_regs() 88 log_lvl, cr0, cr2, cr3, cr4); in __show_regs() 103 log_lvl, d0, d1, d2, d3); in __show_regs() 105 log_lvl, d6, d7); in __show_regs()
|
D | process_64.c | 66 const char *log_lvl) in __show_regs() argument 73 show_iret_regs(regs, log_lvl); in __show_regs() 81 log_lvl, regs->ax, regs->bx, regs->cx); in __show_regs() 83 log_lvl, regs->dx, regs->si, regs->di); in __show_regs() 85 log_lvl, regs->bp, regs->r8, regs->r9); in __show_regs() 87 log_lvl, regs->r10, regs->r11, regs->r12); in __show_regs() 89 log_lvl, regs->r13, regs->r14, regs->r15); in __show_regs() 98 log_lvl, fs, shadowgs); in __show_regs() 117 log_lvl, fs, fsindex, gs, gsindex, shadowgs); in __show_regs() 119 log_lvl, regs->cs, ds, es, cr0); in __show_regs() [all …]
|
/Linux-v5.10/lib/ |
D | dump_stack.c | 45 void dump_stack_print_info(const char *log_lvl) in dump_stack_print_info() argument 48 log_lvl, raw_smp_processor_id(), current->pid, current->comm, in dump_stack_print_info() 57 log_lvl, dump_stack_arch_desc_str); in dump_stack_print_info() 59 print_worker_info(log_lvl, current); in dump_stack_print_info() 69 void show_regs_print_info(const char *log_lvl) in show_regs_print_info() argument 71 dump_stack_print_info(log_lvl); in show_regs_print_info()
|
/Linux-v5.10/arch/x86/include/asm/ |
D | kdebug.h | 40 const char *log_lvl); 41 extern void show_iret_regs(struct pt_regs *regs, const char *log_lvl);
|
D | stacktrace.h | 92 unsigned long *stack, const char *log_lvl);
|
/Linux-v5.10/include/linux/ |
D | printk.h | 207 void dump_stack_print_info(const char *log_lvl); 208 void show_regs_print_info(const char *log_lvl); 264 static inline void dump_stack_print_info(const char *log_lvl) in dump_stack_print_info() argument 268 static inline void show_regs_print_info(const char *log_lvl) in show_regs_print_info() argument
|
D | workqueue.h | 477 extern void print_worker_info(const char *log_lvl, struct task_struct *task);
|
/Linux-v5.10/kernel/ |
D | workqueue.c | 4622 void print_worker_info(const char *log_lvl, struct task_struct *task) in print_worker_info() argument 4651 printk("%sWorkqueue: %s %ps", log_lvl, name, fn); in print_worker_info()
|