Searched defs:taint (Results 1 – 8 of 8) sorted by relevance
| /linux/include/asm-generic/ |
| H A D | bug.h | 17 #define BUGFLAG_TAINT(taint) ((taint) << 8) argument 131 #define __WARN_printf(taint, arg...) do { \ argument 140 #define __WARN_printf(taint, arg...) do { \ argument 171 #define WARN_TAINT(condition, taint, format...) ({ \ argument 188 #define WARN_TAINT_ONCE(condition, taint, format...) \ argument 220 #define WARN_TAINT(condition, taint, format...) WARN(condition, format) argument 221 #define WARN_TAINT_ONCE(condition, taint, format...) WARN(condition, format) argument
|
| /linux/kernel/ |
| H A D | panic.c | 792 #define TAINT_FLAG(taint, _c_true, _c_false) \ argument 1032 void __warn(const char *file, int line, void *caller, unsigned taint, in __warn() 1080 void warn_slowpath_fmt(const char *file, int line, unsigned taint, in warn_slowpath_fmt()
|
| /linux/arch/s390/include/asm/ |
| H A D | bug.h | 106 #define __WARN_printf(taint, fmt, arg...) \ argument
|
| /linux/arch/x86/include/asm/ |
| H A D | bug.h | 179 #define __WARN_printf(taint, fmt, arg...) \ argument
|
| /linux/arch/x86/kernel/cpu/mce/ |
| H A D | core.c | 1363 int severity, i, taint = 0; in __mc_scan_banks() local 1556 int worst = 0, order, no_way_out, kill_current_task, lmce, taint = 0; in do_machine_check() local
|
| /linux/drivers/block/aoe/ |
| H A D | aoe.h | 151 int taint; /* how much we want to avoid this aoetgt */ member
|
| /linux/arch/arm64/kernel/ |
| H A D | cpufeature.c | 1289 int taint = 0; in update_32bit_cpu_features() local 1366 int taint = 0; in update_cpu_features() local
|
| /linux/arch/x86/kernel/cpu/ |
| H A D | common.c | 1648 int taint = 0; in parse_set_clear_cpuid() local
|