/linux-4.4.14/include/asm-generic/ |
D | bug.h | 8 #define BUGFLAG_TAINT(taint) (BUGFLAG_WARNING | ((taint) << 8)) argument 69 void warn_slowpath_fmt_taint(const char *file, const int line, unsigned taint, 75 #define __WARN_printf_taint(taint, arg...) \ argument 76 warn_slowpath_fmt_taint(__FILE__, __LINE__, taint, arg) 80 #define __WARN_printf_taint(taint, arg...) \ argument 81 do { printk(arg); __WARN_TAINT(taint); } while (0) 102 #define WARN_TAINT(condition, taint, format...) ({ \ argument 105 __WARN_printf_taint(taint, format); \ 129 #define WARN_TAINT_ONCE(condition, taint, format...) ({ \ argument 134 if (WARN_TAINT(!__warned, taint, format)) \ [all …]
|
/linux-4.4.14/arch/arm64/kernel/ |
D | cpufeature.c | 470 int taint = 0; in update_cpu_features() local 477 taint |= check_update_ftr_reg(SYS_CTR_EL0, cpu, in update_cpu_features() 485 taint |= check_update_ftr_reg(SYS_DCZID_EL0, cpu, in update_cpu_features() 489 taint |= check_update_ftr_reg(SYS_CNTFRQ_EL0, cpu, in update_cpu_features() 498 taint |= check_update_ftr_reg(SYS_ID_AA64DFR0_EL1, cpu, in update_cpu_features() 500 taint |= check_update_ftr_reg(SYS_ID_AA64DFR1_EL1, cpu, in update_cpu_features() 506 taint |= check_update_ftr_reg(SYS_ID_AA64ISAR0_EL1, cpu, in update_cpu_features() 508 taint |= check_update_ftr_reg(SYS_ID_AA64ISAR1_EL1, cpu, in update_cpu_features() 516 taint |= check_update_ftr_reg(SYS_ID_AA64MMFR0_EL1, cpu, in update_cpu_features() 518 taint |= check_update_ftr_reg(SYS_ID_AA64MMFR1_EL1, cpu, in update_cpu_features() [all …]
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | bug.h | 49 #define __WARN_TAINT(taint) \ argument 59 "i" (BUGFLAG_TAINT(taint)), \ 63 #define __WARN_TAINT(taint) \ argument 72 : : "i" (BUGFLAG_TAINT(taint)), \
|
/linux-4.4.14/arch/s390/include/asm/ |
D | bug.h | 49 #define __WARN_TAINT(taint) do { \ argument 50 __EMIT_BUG(BUGFLAG_TAINT(taint)); \
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | bug.h | 58 #define __WARN_TAINT(taint) _BUG_FLAGS(BUGFLAG_TAINT(taint)) argument
|
/linux-4.4.14/arch/sh/include/asm/ |
D | bug.h | 53 #define __WARN_TAINT(taint) \ argument 62 "i" (BUGFLAG_TAINT(taint)), \
|
/linux-4.4.14/kernel/ |
D | panic.c | 436 unsigned taint, struct slowpath_args *args) in warn_slowpath_common() argument 462 add_taint(taint, LOCKDEP_STILL_OK); in warn_slowpath_common() 478 unsigned taint, const char *fmt, ...) in warn_slowpath_fmt_taint() argument 485 taint, &args); in warn_slowpath_fmt_taint()
|
D | module.c | 1246 __ATTR(taint, 0444, show_taint, NULL);
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | bug.h | 88 #define __WARN_TAINT(taint) do { \ 93 "i" (BUGFLAG_TAINT(taint)), \
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-module | 43 What: /sys/module/*/taint 47 Description: Module taint flags:
|
/linux-4.4.14/drivers/block/aoe/ |
D | aoecmd.c | 268 if (!t->taint) { in newframe() 273 && (use_tainted || !t->taint) in newframe() 673 if (t->taint) { in rexmit_deferred() 691 } else if (tsince_hr(f) < t->taint * rto(d)) { in rexmit_deferred() 724 n = t->taint++; in scorn() 725 t->taint += t->taint * 2; in scorn() 726 if (n > t->taint) in scorn() 727 t->taint = n; in scorn() 728 if (t->taint > MAX_TAINT) in scorn() 729 t->taint = MAX_TAINT; in scorn() [all …]
|
D | aoe.h | 145 int taint; /* how much we want to avoid this aoetgt */ member
|
D | aoeblk.c | 141 seq_printf(s, "\ttaint:%d\n", (*t)->taint); in aoedisk_debugfs_show()
|
/linux-4.4.14/drivers/staging/ |
D | Kconfig | 13 Using any of these drivers will taint your kernel which might
|
/linux-4.4.14/Documentation/ |
D | kasan.txt | 54 Disabling lock debugging due to kernel taint
|
D | oops-tracing.txt | 259 (Though some warnings may set more specific taint flags.)
|
D | kernel-parameters.txt | 1199 Warning: use of this parameter will taint the kernel
|
/linux-4.4.14/init/ |
D | Kconfig | 1861 --force). Forced module loading sets the 'F' (forced) taint flag and 1926 key. Without this, such modules will simply taint the kernel.
|
/linux-4.4.14/Documentation/DocBook/ |
D | device-drivers.xml.db | 228 API-add-taint
|