Symbol: KERN_DEFAULT
arch/alpha/kernel/process.c
201
show_regs_print_info(KERN_DEFAULT);
arch/alpha/kernel/traps.c
153
dik_show_trace((unsigned long *)(regs+1), KERN_DEFAULT);
arch/alpha/kernel/traps.c
568
dik_show_trace((unsigned long *)(regs+1), KERN_DEFAULT);
arch/arc/kernel/troubleshoot.c
229
show_stacktrace(current, regs, KERN_DEFAULT);
arch/arm/kernel/process.c
134
show_regs_print_info(KERN_DEFAULT);
arch/arm/kernel/process.c
203
dump_backtrace(regs, NULL, KERN_DEFAULT);
arch/arm64/kernel/process.c
217
show_regs_print_info(KERN_DEFAULT);
arch/arm64/kernel/process.c
248
dump_backtrace(regs, NULL, KERN_DEFAULT);
arch/loongarch/kernel/traps.c
332
show_regs_print_info(KERN_DEFAULT);
arch/loongarch/kernel/traps.c
393
show_stacktrace(current, regs, KERN_DEFAULT, user_mode(regs));
arch/mips/kernel/traps.c
272
show_regs_print_info(KERN_DEFAULT);
arch/mips/kernel/traps.c
389
show_stacktrace(current, regs, KERN_DEFAULT, user_mode(regs));
arch/nios2/kernel/process.c
77
show_regs_print_info(KERN_DEFAULT);
arch/openrisc/kernel/process.c
123
show_regs_print_info(KERN_DEFAULT);
arch/parisc/kernel/traps.c
166
parisc_show_stack(current, regs, KERN_DEFAULT);
arch/powerpc/kernel/process.c
1581
show_regs_print_info(KERN_DEFAULT);
arch/powerpc/kernel/process.c
1583
show_stack(current, (unsigned long *) regs->gpr[1], KERN_DEFAULT);
arch/riscv/kernel/process.c
106
dump_backtrace(regs, NULL, KERN_DEFAULT);
arch/riscv/kernel/process.c
69
show_regs_print_info(KERN_DEFAULT);
arch/s390/kernel/dumpstack.c
186
show_regs_print_info(KERN_DEFAULT);
arch/s390/kernel/dumpstack.c
190
show_stack(NULL, (unsigned long *) regs->gprs[15], KERN_DEFAULT);
arch/sh/kernel/process_32.c
34
show_regs_print_info(KERN_DEFAULT);
arch/sh/kernel/process_32.c
58
show_trace(NULL, (unsigned long *)regs->regs[15], regs, KERN_DEFAULT);
arch/sh/kernel/traps.c
43
dump_mem("Stack: ", KERN_DEFAULT, regs->regs[15],
arch/sparc/kernel/process_32.c
120
show_regs_print_info(KERN_DEFAULT);
arch/sparc/kernel/process_64.c
166
show_regs_print_info(KERN_DEFAULT);
arch/sparc/kernel/process_64.c
185
show_stack(current, (unsigned long *)regs->u_regs[UREG_FP], KERN_DEFAULT);
arch/x86/kernel/cet.c
128
printk(KERN_DEFAULT CUT_HERE);
arch/x86/kernel/dumpstack.c
342
show_trace_log_lvl(current, regs, NULL, KERN_DEFAULT);
arch/x86/kernel/dumpstack.c
391
__show_regs(&exec_summary_regs, SHOW_REGS_ALL, KERN_DEFAULT);
arch/x86/kernel/dumpstack.c
418
printk(KERN_DEFAULT
arch/x86/kernel/dumpstack.c
480
show_regs_print_info(KERN_DEFAULT);
arch/x86/kernel/dumpstack.c
483
__show_regs(regs, print_kernel_regs, KERN_DEFAULT);
arch/x86/kernel/dumpstack.c
489
show_trace_log_lvl(current, regs, NULL, KERN_DEFAULT);
arch/x86/mm/fault.c
713
printk(KERN_DEFAULT "CR2: %016lx\n", address);
arch/xtensa/kernel/traps.c
533
show_regs_print_info(KERN_DEFAULT);
drivers/md/dm-vdo/logger.c
84
printk(KERN_DEFAULT "%pV", &vaf);
fs/nfs/inode.c
1847
printk(KERN_DEFAULT "%s at %p is empty\n", caption, fh);
fs/nfs/inode.c
1851
printk(KERN_DEFAULT "%s at %p is %u bytes, crc: 0x%08x:\n",
fs/nfs/inode.c
1858
printk(KERN_DEFAULT " %08x\n",
fs/nfs/inode.c
1862
printk(KERN_DEFAULT " %08x %08x\n",
fs/nfs/inode.c
1866
printk(KERN_DEFAULT " %08x %08x %08x\n",
fs/nfs/inode.c
1871
printk(KERN_DEFAULT " %08x %08x %08x %08x\n",
include/linux/sunrpc/debug.h
34
# define __sunrpc_printk(fmt, ...) printk(KERN_DEFAULT fmt, ##__VA_ARGS__)
kernel/kcsan/report.c
496
dump_stack_print_info(KERN_DEFAULT);
kernel/module/main.c
3899
printk(KERN_DEFAULT "Modules linked in:");
kernel/module/tracking.c
53
printk(KERN_DEFAULT "Unloaded tainted modules:");
lib/bug.c
240
printk(KERN_DEFAULT CUT_HERE);
lib/dump_stack.c
129
dump_stack_lvl(KERN_DEFAULT);