Home
last modified time | relevance | path

Searched refs:print_tainted (Results 1 – 12 of 12) sorted by relevance

/linux/arch/x86/um/
H A Dsysrq_32.c19 smp_processor_id(), print_tainted()); in show_regs()
24 print_tainted()); in show_regs()
H A Dsysrq_64.c21 current->comm, print_tainted(), init_utsname()->release); in show_regs()
/linux/include/linux/
H A Dpanic.h94 extern const char *print_tainted(void);
/linux/lib/
H A Ddump_stack.c62 print_tainted(), in dump_stack_print_info()
/linux/arch/mips/sgi-ip27/
H A Dip27-nmi.c81 pr_emerg("%s\n", print_tainted()); in nmi_cpu_eframe_save()
/linux/arch/m68k/kernel/
H A Dprocess.c83 print_tainted()); in show_regs()
/linux/arch/sparc/kernel/
H A Dprocess_32.c123 r->psr, r->pc, r->npc, r->y, print_tainted()); in show_regs()
H A Dprocess_64.c169 regs->tpc, regs->tnpc, regs->y, print_tainted()); in show_regs()
/linux/kernel/
H A Dpanic.c561 * print_tainted - return a string to represent the kernel taint state.
565 * The string is overwritten by the next call to print_tainted(),
568 const char *print_tainted(void) in print_tainted() function
574 * print_tainted_verbose - A more verbose version of print_tainted()
/linux/arch/parisc/kernel/
H A Dtraps.c93 printk("%sPSW: %s %s\n", level, buf, print_tainted()); in print_gr()
/linux/arch/alpha/kernel/
H A Dtraps.c37 regs->pc, regs->r26, regs->ps, print_tainted()); in dik_show_regs()
/linux/mm/
H A Dslub.c1029 pr_err("BUG %s (%s): %pV\n", s->name, print_tainted(), &vaf); in slab_bug()