Searched refs:TAINT_WARN (Results 1 – 9 of 9) sorted by relevance
| /linux/include/asm-generic/ |
| A D | bug.h | 88 #define __WARN() __WARN_printf(TAINT_WARN, NULL) 96 #define __WARN() __WARN_FLAGS(BUGFLAG_TAINT(TAINT_WARN)) 107 BUGFLAG_TAINT(TAINT_WARN)); \ 132 __WARN_printf(TAINT_WARN, format); \
|
| /linux/include/linux/ |
| A D | panic.h | 68 #define TAINT_WARN 9 macro
|
| /linux/drivers/gpu/drm/i915/ |
| A D | i915_gem.h | 82 do { ftrace_dump(DUMP_ALL); __add_taint_for_CI(TAINT_WARN); } while (0)
|
| A D | intel_uncore.c | 159 add_taint_for_CI(d->uncore->i915, TAINT_WARN); /* CI now unreliable */ in fw_domain_wait_ack_clear() 236 add_taint_for_CI(d->uncore->i915, TAINT_WARN); /* CI now unreliable */ in fw_domain_wait_ack_set()
|
| /linux/arch/powerpc/include/asm/ |
| A D | bug.h | 121 BUGFLAG_WARNING | BUGFLAG_TAINT(TAINT_WARN), \
|
| /linux/drivers/gpu/drm/i915/gt/ |
| A D | selftest_rc6.c | 244 add_taint_for_CI(gt->i915, TAINT_WARN); in live_rc6_ctx_wa()
|
| A D | intel_reset.c | 998 add_taint_for_CI(gt->i915, TAINT_WARN); in __intel_gt_unset_wedged() 1170 add_taint_for_CI(gt->i915, TAINT_WARN); in intel_gt_reset() 1447 add_taint_for_CI(gt->i915, TAINT_WARN); in intel_gt_set_wedged_on_init()
|
| /linux/kernel/ |
| A D | panic.c | 378 [ TAINT_WARN ] = { 'W', ' ', false },
|
| /linux/kernel/sched/ |
| A D | core.c | 5516 add_taint(TAINT_WARN, LOCKDEP_STILL_OK); in __schedule_bug() 5537 add_taint(TAINT_WARN, LOCKDEP_STILL_OK); in schedule_debug() 9539 add_taint(TAINT_WARN, LOCKDEP_STILL_OK); in __might_resched() 9567 add_taint(TAINT_WARN, LOCKDEP_STILL_OK); in __cant_sleep() 9599 add_taint(TAINT_WARN, LOCKDEP_STILL_OK); in __cant_migrate()
|
Completed in 31 milliseconds