Home
last modified time | relevance | path

Searched refs:KERN_DEFAULT (Results 1 – 25 of 35) sorted by relevance

12

/linux-6.6.21/arch/x86/kernel/
Ddumpstack.c326 show_trace_log_lvl(current, regs, NULL, KERN_DEFAULT); in show_stack_regs()
375 __show_regs(&exec_summary_regs, SHOW_REGS_ALL, KERN_DEFAULT); in oops_end()
407 printk(KERN_DEFAULT in __die_header()
469 show_regs_print_info(KERN_DEFAULT); in show_regs()
472 __show_regs(regs, print_kernel_regs, KERN_DEFAULT); in show_regs()
478 show_trace_log_lvl(current, regs, NULL, KERN_DEFAULT); in show_regs()
Dcet.c98 printk(KERN_DEFAULT CUT_HERE); in do_kernel_cp_fault()
/linux-6.6.21/include/linux/sunrpc/
Ddebug.h40 printk(KERN_DEFAULT fmt, ##__VA_ARGS__); \
53 printk(KERN_DEFAULT fmt, ##__VA_ARGS__); \
/linux-6.6.21/Documentation/translations/zh_CN/core-api/
Dprintk-basics.rst56 | KERN_DEFAULT | "" | |
66 如果省略了日志级别,则以 ``KERN_DEFAULT`` 级别打印消息。
/linux-6.6.21/arch/sh/kernel/
Dprocess_32.c34 show_regs_print_info(KERN_DEFAULT); in show_regs()
58 show_trace(NULL, (unsigned long *)regs->regs[15], regs, KERN_DEFAULT); in show_regs()
Dtraps.c41 dump_mem("Stack: ", KERN_DEFAULT, regs->regs[15], in die()
/linux-6.6.21/tools/include/linux/
Dkern_levels.h17 #define KERN_DEFAULT KERN_SOH "" /* the default kernel loglevel */ macro
/linux-6.6.21/include/linux/
Dkern_levels.h17 #define KERN_DEFAULT "" /* the default kernel loglevel */ macro
/linux-6.6.21/arch/s390/kernel/
Ddumpstack.c181 show_regs_print_info(KERN_DEFAULT); in show_regs()
185 show_stack(NULL, (unsigned long *) regs->gprs[15], KERN_DEFAULT); in show_regs()
/linux-6.6.21/arch/riscv/kernel/
Dprocess.c46 show_regs_print_info(KERN_DEFAULT); in __show_regs()
83 dump_backtrace(regs, NULL, KERN_DEFAULT); in show_regs()
/linux-6.6.21/lib/
Ddump_stack.c113 dump_stack_lvl(KERN_DEFAULT); in dump_stack()
Dbug.c195 printk(KERN_DEFAULT CUT_HERE); in __report_bug()
/linux-6.6.21/arch/arm/kernel/
Dprocess.c134 show_regs_print_info(KERN_DEFAULT); in __show_regs()
203 dump_backtrace(regs, NULL, KERN_DEFAULT); in show_regs()
/linux-6.6.21/Documentation/core-api/
Dprintk-basics.rst49 | KERN_DEFAULT | "" | |
61 If the log level is omitted, the message is printed with ``KERN_DEFAULT``
/linux-6.6.21/kernel/module/
Dtracking.c55 printk(KERN_DEFAULT "Unloaded tainted modules:"); in print_unloaded_tainted_modules()
/linux-6.6.21/arch/openrisc/kernel/
Dprocess.c124 show_regs_print_info(KERN_DEFAULT); in show_regs()
/linux-6.6.21/arch/arm64/kernel/
Dprocess.c215 show_regs_print_info(KERN_DEFAULT); in __show_regs()
246 dump_backtrace(regs, NULL, KERN_DEFAULT); in show_regs()
/linux-6.6.21/sound/core/
Dmisc.c58 char verbose_fmt[] = KERN_DEFAULT "ALSA %s:%d %pV"; in __snd_printk()
/linux-6.6.21/arch/ia64/kernel/
Dprocess.c104 show_regs_print_info(KERN_DEFAULT); in show_regs()
151 show_stack(NULL, NULL, KERN_DEFAULT); in show_regs()
/linux-6.6.21/arch/arc/kernel/
Dtroubleshoot.c227 show_stacktrace(current, regs, KERN_DEFAULT); in show_kernel_fault_diag()
/linux-6.6.21/arch/sparc/kernel/
Dprocess_64.c166 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()
/linux-6.6.21/arch/nios2/kernel/
Dprocess.c77 show_regs_print_info(KERN_DEFAULT); in show_regs()
/linux-6.6.21/arch/alpha/kernel/
Dprocess.c201 show_regs_print_info(KERN_DEFAULT); in show_regs()
Dtraps.c185 dik_show_trace((unsigned long *)(regs+1), KERN_DEFAULT); in die_if_kernel()
626 dik_show_trace((unsigned long *)(regs+1), KERN_DEFAULT); in do_entUna()
/linux-6.6.21/fs/nfs/
Dinode.c1658 printk(KERN_DEFAULT "%s at %p is empty\n", caption, fh); in _nfs_display_fhandle()
1662 printk(KERN_DEFAULT "%s at %p is %u bytes, crc: 0x%08x:\n", in _nfs_display_fhandle()
1669 printk(KERN_DEFAULT " %08x\n", in _nfs_display_fhandle()
1673 printk(KERN_DEFAULT " %08x %08x\n", in _nfs_display_fhandle()
1677 printk(KERN_DEFAULT " %08x %08x %08x\n", in _nfs_display_fhandle()
1682 printk(KERN_DEFAULT " %08x %08x %08x %08x\n", in _nfs_display_fhandle()

12