| /linux/arch/x86/kernel/ |
| H A D | dumpstack.c | 342 show_trace_log_lvl(current, regs, NULL, KERN_DEFAULT); in show_stack_regs() 391 __show_regs(&exec_summary_regs, SHOW_REGS_ALL, KERN_DEFAULT); in oops_end() 418 printk(KERN_DEFAULT in __die_header() 480 show_regs_print_info(KERN_DEFAULT); in show_regs() 483 __show_regs(regs, print_kernel_regs, KERN_DEFAULT); in show_regs() 489 show_trace_log_lvl(current, regs, NULL, KERN_DEFAULT); in show_regs()
|
| H A D | cet.c | 128 printk(KERN_DEFAULT CUT_HERE); in do_kernel_cp_fault()
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | printk-basics.rst | 56 | KERN_DEFAULT | "" | | 66 如果省略了日志级别,则以 ``KERN_DEFAULT`` 级别打印消息。
|
| /linux/arch/sh/kernel/ |
| H A D | process_32.c | 34 show_regs_print_info(KERN_DEFAULT); in show_regs() 58 show_trace(NULL, (unsigned long *)regs->regs[15], regs, KERN_DEFAULT); in show_regs()
|
| H A D | traps.c | 43 dump_mem("Stack: ", KERN_DEFAULT, regs->regs[15], in die()
|
| /linux/tools/include/linux/ |
| H A D | kern_levels.h | 17 #define KERN_DEFAULT KERN_SOH "" /* the default kernel loglevel */ macro
|
| /linux/arch/s390/kernel/ |
| H A D | dumpstack.c | 186 show_regs_print_info(KERN_DEFAULT); in show_regs() 190 show_stack(NULL, (unsigned long *) regs->gprs[15], KERN_DEFAULT); in show_regs()
|
| /linux/include/linux/ |
| H A D | kern_levels.h | 17 #define KERN_DEFAULT "" /* the default kernel loglevel */ macro
|
| /linux/include/linux/sunrpc/ |
| H A D | debug.h | 34 # define __sunrpc_printk(fmt, ...) printk(KERN_DEFAULT fmt, ##__VA_ARGS__)
|
| /linux/lib/ |
| H A D | dump_stack.c | 129 dump_stack_lvl(KERN_DEFAULT); in dump_stack()
|
| H A D | bug.c | 240 printk(KERN_DEFAULT CUT_HERE); in __report_bug()
|
| /linux/arch/arm/kernel/ |
| H A D | process.c | 134 show_regs_print_info(KERN_DEFAULT); in __show_regs() 203 dump_backtrace(regs, NULL, KERN_DEFAULT); in show_regs()
|
| /linux/Documentation/core-api/ |
| H A D | printk-basics.rst | 49 | KERN_DEFAULT | "" | | 61 If the log level is omitted, the message is printed with ``KERN_DEFAULT``
|
| /linux/arch/riscv/kernel/ |
| H A D | process.c | 69 show_regs_print_info(KERN_DEFAULT); in __show_regs() 106 dump_backtrace(regs, NULL, KERN_DEFAULT); in show_regs()
|
| /linux/kernel/module/ |
| H A D | tracking.c | 53 printk(KERN_DEFAULT "Unloaded tainted modules:"); in print_unloaded_tainted_modules()
|
| /linux/arch/openrisc/kernel/ |
| H A D | process.c | 123 show_regs_print_info(KERN_DEFAULT); in show_regs()
|
| /linux/drivers/md/dm-vdo/ |
| H A D | logger.c | 84 printk(KERN_DEFAULT "%pV", &vaf); in emit_log_message_to_kernel()
|
| /linux/arch/arc/kernel/ |
| H A D | troubleshoot.c | 229 show_stacktrace(current, regs, KERN_DEFAULT); in show_kernel_fault_diag()
|
| /linux/arch/arm64/kernel/ |
| H A D | process.c | 217 show_regs_print_info(KERN_DEFAULT); in __show_regs() 248 dump_backtrace(regs, NULL, KERN_DEFAULT); in show_regs()
|
| /linux/arch/sparc/kernel/ |
| H A D | process_64.c | 166 show_regs_print_info(KERN_DEFAULT); in show_regs() 185 show_stack(current, (unsigned long *)regs->u_regs[UREG_FP], KERN_DEFAULT); in show_regs()
|
| H A D | process_32.c | 120 show_regs_print_info(KERN_DEFAULT); in show_regs()
|
| /linux/arch/alpha/kernel/ |
| H A D | traps.c | 153 dik_show_trace((unsigned long *)(regs+1), KERN_DEFAULT); in die_if_kernel() 568 dik_show_trace((unsigned long *)(regs+1), KERN_DEFAULT); in do_entUna()
|
| H A D | process.c | 201 show_regs_print_info(KERN_DEFAULT); in show_regs()
|
| /linux/arch/nios2/kernel/ |
| H A D | process.c | 77 show_regs_print_info(KERN_DEFAULT); in show_regs()
|
| /linux/fs/nfs/ |
| H A D | inode.c | 1847 printk(KERN_DEFAULT "%s at %p is empty\n", caption, fh); in _nfs_display_fhandle() 1851 printk(KERN_DEFAULT "%s at %p is %u bytes, crc: 0x%08x:\n", in _nfs_display_fhandle() 1858 printk(KERN_DEFAULT " %08x\n", in _nfs_display_fhandle() 1862 printk(KERN_DEFAULT " %08x %08x\n", in _nfs_display_fhandle() 1866 printk(KERN_DEFAULT " %08x %08x %08x\n", in _nfs_display_fhandle() 1871 printk(KERN_DEFAULT " %08x %08x %08x %08x\n", in _nfs_display_fhandle()
|