/Linux-v4.19/include/asm-generic/ |
D | bug.h | 13 #define BUGFLAG_TAINT(taint) ((taint) << 8) argument 65 #define __WARN_TAINT(taint) __WARN_FLAGS(BUGFLAG_TAINT(taint)) argument 66 #define __WARN_ONCE_TAINT(taint) __WARN_FLAGS(BUGFLAG_ONCE|BUGFLAG_TAINT(taint)) argument 97 void warn_slowpath_fmt_taint(const char *file, const int line, unsigned taint, 103 #define __WARN_printf_taint(taint, arg...) \ argument 104 warn_slowpath_fmt_taint(__FILE__, __LINE__, taint, arg) 109 #define __WARN_printf_taint(taint, arg...) \ argument 110 do { __warn_printk(arg); __WARN_TAINT(taint); } while (0) 117 void __warn(const char *file, int line, void *caller, unsigned taint, 138 #define WARN_TAINT(condition, taint, format...) ({ \ argument [all …]
|
/Linux-v4.19/arch/arm64/kernel/ |
D | cpufeature.c | 605 int taint = 0; in update_cpu_features() local 612 taint |= check_update_ftr_reg(SYS_CTR_EL0, cpu, in update_cpu_features() 620 taint |= check_update_ftr_reg(SYS_DCZID_EL0, cpu, in update_cpu_features() 624 taint |= check_update_ftr_reg(SYS_CNTFRQ_EL0, cpu, in update_cpu_features() 633 taint |= check_update_ftr_reg(SYS_ID_AA64DFR0_EL1, cpu, in update_cpu_features() 635 taint |= check_update_ftr_reg(SYS_ID_AA64DFR1_EL1, cpu, in update_cpu_features() 641 taint |= check_update_ftr_reg(SYS_ID_AA64ISAR0_EL1, cpu, in update_cpu_features() 643 taint |= check_update_ftr_reg(SYS_ID_AA64ISAR1_EL1, cpu, in update_cpu_features() 651 taint |= check_update_ftr_reg(SYS_ID_AA64MMFR0_EL1, cpu, in update_cpu_features() 653 taint |= check_update_ftr_reg(SYS_ID_AA64MMFR1_EL1, cpu, in update_cpu_features() [all …]
|
/Linux-v4.19/kernel/ |
D | panic.c | 509 void __warn(const char *file, int line, void *caller, unsigned taint, in __warn() argument 551 add_taint(taint, LOCKDEP_STILL_OK); in __warn() 568 unsigned taint, const char *fmt, ...) in warn_slowpath_fmt_taint() argument 574 __warn(file, line, __builtin_return_address(0), taint, NULL, &args); in warn_slowpath_fmt_taint()
|
D | module.c | 1246 __ATTR(taint, 0444, show_taint, NULL);
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-module | 43 What: /sys/module/*/taint 47 Description: Module taint flags:
|
/Linux-v4.19/drivers/block/aoe/ |
D | aoecmd.c | 268 if (!t->taint) { in newframe() 273 && (use_tainted || !t->taint) in newframe() 653 if (t->taint) { in rexmit_deferred() 671 } else if (tsince_hr(f) < t->taint * rto(d)) { in rexmit_deferred() 704 n = t->taint++; in scorn() 705 t->taint += t->taint * 2; in scorn() 706 if (n > t->taint) in scorn() 707 t->taint = n; in scorn() 708 if (t->taint > MAX_TAINT) in scorn() 709 t->taint = MAX_TAINT; in scorn() [all …]
|
D | aoe.h | 144 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-v4.19/drivers/vfio/ |
D | Kconfig | 41 in an unsupportable kernel and will therefore taint the kernel.
|
/Linux-v4.19/Documentation/admin-guide/ |
D | tainted-kernels.rst | 39 (Though some warnings may set more specific taint flags.)
|
D | kernel-parameters.txt | 1224 Warning: use of this parameter will taint the kernel
|
/Linux-v4.19/drivers/staging/ |
D | Kconfig | 13 Using any of these drivers will taint your kernel which might
|
/Linux-v4.19/Documentation/dev-tools/ |
D | kasan.rst | 55 Disabling lock debugging due to kernel taint
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | i915_drv.c | 1922 goto taint; in i915_reset() 1942 goto taint; in i915_reset() 1987 taint: in i915_reset()
|
/Linux-v4.19/init/ |
D | Kconfig | 1794 --force). Forced module loading sets the 'F' (forced) taint flag and 1863 key. Without this, such modules will simply taint the kernel.
|
/Linux-v4.19/Documentation/sysctl/ |
D | kernel.txt | 1018 65536 (X): Auxiliary taint, defined and used by for distros.
|