/linux/drivers/soundwire/ |
H A D | debugfs.c | 156 add_taint(TAINT_USER, LOCKDEP_STILL_OK); in set_command() 174 add_taint(TAINT_USER, LOCKDEP_STILL_OK); in set_command_type() 190 add_taint(TAINT_USER, LOCKDEP_STILL_OK); in set_start_address() 209 add_taint(TAINT_USER, LOCKDEP_STILL_OK); in set_num_bytes() 273 add_taint(TAINT_USER, LOCKDEP_STILL_OK); in cmd_go()
|
H A D | intel_ace2x_debugfs.c | 101 add_taint(TAINT_USER, LOCKDEP_STILL_OK); in intel_set_m_datamode() 119 add_taint(TAINT_USER, LOCKDEP_STILL_OK); in intel_set_s_datamode()
|
H A D | cadence_master.c | 408 add_taint(TAINT_USER, LOCKDEP_STILL_OK); in cdns_hw_reset() 479 add_taint(TAINT_USER, LOCKDEP_STILL_OK); in cdns_parity_error_injection() 507 add_taint(TAINT_USER, LOCKDEP_STILL_OK); in cdns_set_pdi_loopback_source() 524 add_taint(TAINT_USER, LOCKDEP_STILL_OK); in cdns_set_pdi_loopback_target()
|
/linux/arch/x86/kernel/cpu/mce/ |
H A D | winchip.c | 24 add_taint(TAINT_MACHINE_CHECK, LOCKDEP_NOW_UNRELIABLE); in winchip_machine_check()
|
H A D | p5.c | 40 add_taint(TAINT_MACHINE_CHECK, LOCKDEP_NOW_UNRELIABLE); in pentium_machine_check()
|
/linux/kernel/ |
H A D | panic.c | 119 add_taint(i, LOCKDEP_STILL_OK); in proc_taint() 682 * add_taint: add a taint flag if not already set. 689 void add_taint(unsigned flag, enum lockdep_ok lockdep_ok) in add_taint() function 701 EXPORT_SYMBOL(add_taint); 848 add_taint(taint, LOCKDEP_STILL_OK); in __warn()
|
/linux/tools/testing/selftests/ |
H A D | kselftest_module.h | 45 add_taint(TAINT_TEST, LOCKDEP_STILL_OK); \
|
/linux/arch/x86/kernel/ |
H A D | msr.c | 135 add_taint(TAINT_CPU_OUT_OF_SPEC, LOCKDEP_STILL_OK); in msr_write() 189 add_taint(TAINT_CPU_OUT_OF_SPEC, LOCKDEP_STILL_OK); in msr_ioctl()
|
H A D | amd_node.c | 264 add_taint(TAINT_CPU_OUT_OF_SPEC, LOCKDEP_STILL_OK); in smn_value_write()
|
H A D | dumpstack.c | 363 add_taint(TAINT_DIE, LOCKDEP_NOW_UNRELIABLE); in oops_end()
|
/linux/include/linux/ |
H A D | panic.h | 96 extern void add_taint(unsigned flag, enum lockdep_ok);
|
/linux/arch/sh/kernel/ |
H A D | traps.c | 49 add_taint(TAINT_DIE, LOCKDEP_NOW_UNRELIABLE); in die()
|
/linux/arch/arm64/kernel/ |
H A D | efi.c | 195 add_taint(TAINT_FIRMWARE_WORKAROUND, LOCKDEP_STILL_OK); in efi_runtime_fixup_exception()
|
H A D | traps.c | 220 add_taint(TAINT_DIE, LOCKDEP_NOW_UNRELIABLE); in die() 931 add_taint(TAINT_MACHINE_CHECK, LOCKDEP_STILL_OK); in arm64_serror_panic()
|
/linux/arch/x86/pci/ |
H A D | common.c | 600 add_taint(TAINT_FIRMWARE_WORKAROUND, LOCKDEP_STILL_OK); in pcibios_setup() 604 add_taint(TAINT_FIRMWARE_WORKAROUND, LOCKDEP_STILL_OK); in pcibios_setup()
|
/linux/arch/csky/kernel/ |
H A D | traps.c | 104 add_taint(TAINT_DIE, LOCKDEP_NOW_UNRELIABLE); in die()
|
/linux/arch/hexagon/kernel/ |
H A D | traps.c | 208 add_taint(TAINT_DIE, LOCKDEP_NOW_UNRELIABLE); in die()
|
/linux/drivers/dma/ioat/ |
H A D | dca.c | 318 add_taint(TAINT_FIRMWARE_WORKAROUND, LOCKDEP_STILL_OK); in ioat_dca_init()
|
/linux/mm/kfence/ |
H A D | report.c | 284 add_taint(TAINT_BAD_PAGE, LOCKDEP_STILL_OK); in kfence_report_error()
|
/linux/drivers/gpu/drm/i915/ |
H A D | i915_utils.h | 346 add_taint(taint, LOCKDEP_STILL_OK); in __add_taint_for_CI()
|
/linux/arch/sparc/kernel/ |
H A D | traps_32.c | 65 add_taint(TAINT_DIE, LOCKDEP_NOW_UNRELIABLE); in die_if_kernel()
|
/linux/io_uring/ |
H A D | mock_file.c | 223 add_taint(TAINT_TEST, LOCKDEP_STILL_OK); in io_create_mock_file()
|
/linux/Documentation/admin-guide/kdump/ |
H A D | kdump.rst | 563 Trigger Kdump on add_taint() 567 from within add_taint() whenever the value set in this bitmask matches with the 568 bit flag being set by add_taint(). 569 This will cause a kdump to occur at the add_taint()->panic() call.
|
/linux/mm/kasan/ |
H A D | report.c | 240 add_taint(TAINT_BAD_PAGE, LOCKDEP_NOW_UNRELIABLE); in end_report()
|
/linux/drivers/fwctl/ |
H A D | main.c | 110 add_taint(TAINT_FWCTL, LOCKDEP_STILL_OK); in fwctl_cmd_rpc()
|