Searched refs:loglvl (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/x86/kernel/ |
D | dumpstack.c | 93 void show_opcodes(struct pt_regs *regs, const char *loglvl) in show_opcodes() argument 111 printk("%sCode: Bad RIP value.\n", loglvl); in show_opcodes() 114 __stringify(EPILOGUE_SIZE) "ph\n", loglvl, opcodes, in show_opcodes() 119 void show_ip(struct pt_regs *regs, const char *loglvl) in show_ip() argument 122 printk("%sEIP: %pS\n", loglvl, (void *)regs->ip); in show_ip() 124 printk("%sRIP: %04x:%pS\n", loglvl, (int)regs->cs, (void *)regs->ip); in show_ip() 126 show_opcodes(regs, loglvl); in show_ip()
|
/Linux-v4.19/arch/x86/include/asm/ |
D | stacktrace.h | 114 void show_opcodes(struct pt_regs *regs, const char *loglvl); 115 void show_ip(struct pt_regs *regs, const char *loglvl);
|
/Linux-v4.19/arch/x86/mm/ |
D | fault.c | 824 const char *loglvl = task_pid_nr(tsk) > 1 ? KERN_INFO : KERN_EMERG; in show_signal_msg() local 833 loglvl, tsk->comm, task_pid_nr(tsk), address, in show_signal_msg() 840 show_opcodes(regs, loglvl); in show_signal_msg()
|