Searched refs:TAINT_WARN (Results 1 – 9 of 9) sorted by relevance
/linux/include/linux/ |
H A D | panic.h | 67 #define TAINT_WARN 9 macro
|
/linux/arch/powerpc/include/asm/ |
H A D | bug.h | 94 BUGFLAG_WARNING | BUGFLAG_TAINT(TAINT_WARN), \
|
/linux/arch/x86/kernel/ |
H A D | cet.c | 128 __warn(__FILE__, __LINE__, (void *)regs->ip, TAINT_WARN, regs, NULL); in do_kernel_cp_fault()
|
/linux/drivers/gpu/drm/i915/ |
H A D | i915_gem.h | 125 do { ftrace_dump(DUMP_ALL); __add_taint_for_CI(TAINT_WARN); } while (0)
|
H A D | intel_uncore.c | 200 add_taint_for_CI(d->uncore->i915, TAINT_WARN); /* CI now unreliable */ in fw_domain_wait_ack_clear() 278 add_taint_for_CI(d->uncore->i915, TAINT_WARN); /* CI now unreliable */ in fw_domain_wait_ack_set()
|
/linux/drivers/gpu/drm/i915/gt/ |
H A D | selftest_rc6.c | 255 add_taint_for_CI(gt->i915, TAINT_WARN); in live_rc6_ctx_wa()
|
H A D | intel_reset.c | 1117 add_taint_for_CI(gt->i915, TAINT_WARN); in __intel_gt_unset_wedged() 1292 add_taint_for_CI(gt->i915, TAINT_WARN); in intel_gt_reset() 1615 add_taint_for_CI(gt->i915, TAINT_WARN); in intel_gt_set_wedged_on_init()
|
H A D | intel_gt_mcr.c | 377 add_taint_for_CI(gt->i915, TAINT_WARN); /* CI is now unreliable */ in intel_gt_mcr_lock()
|
/linux/kernel/sched/ |
H A D | core.c | 5939 add_taint(TAINT_WARN, LOCKDEP_STILL_OK); in __schedule_bug() 5960 add_taint(TAINT_WARN, LOCKDEP_STILL_OK); in schedule_debug() 8768 add_taint(TAINT_WARN, LOCKDEP_STILL_OK); in __might_resched() 8796 add_taint(TAINT_WARN, LOCKDEP_STILL_OK); in __cant_sleep() 8828 add_taint(TAINT_WARN, LOCKDEP_STILL_OK); in __cant_migrate()
|