Searched refs:TAINT_USER (Results 1 – 9 of 9) sorted by relevance
/linux/include/linux/ |
A D | panic.h | 65 #define TAINT_USER 6 macro
|
/linux/drivers/gpu/drm/i915/ |
A D | i915_utils.c | 46 if (!test_taint(TAINT_USER)) in __i915_printk()
|
/linux/drivers/base/regmap/ |
A D | regmap-debugfs.c | 326 add_taint(TAINT_USER, LOCKDEP_STILL_OK); in regmap_map_write_file() 481 add_taint(TAINT_USER, LOCKDEP_STILL_OK); in regmap_cache_only_write_file() 528 add_taint(TAINT_USER, LOCKDEP_STILL_OK); in regmap_cache_bypass_write_file()
|
/linux/drivers/soundwire/ |
A D | cadence_master.c | 363 add_taint(TAINT_USER, LOCKDEP_STILL_OK); in cdns_hw_reset() 438 add_taint(TAINT_USER, LOCKDEP_STILL_OK); in cdns_parity_error_injection() 462 add_taint(TAINT_USER, LOCKDEP_STILL_OK); in cdns_set_pdi_loopback_source() 479 add_taint(TAINT_USER, LOCKDEP_STILL_OK); in cdns_set_pdi_loopback_target()
|
A D | intel.c | 201 add_taint(TAINT_USER, LOCKDEP_STILL_OK); in intel_set_m_datamode() 219 add_taint(TAINT_USER, LOCKDEP_STILL_OK); in intel_set_s_datamode()
|
/linux/kernel/ |
A D | panic.c | 375 [ TAINT_USER ] = { 'U', ' ', false },
|
A D | params.c | 109 add_taint(TAINT_USER, LOCKDEP_STILL_OK); in param_check_unsafe()
|
/linux/drivers/thunderbolt/ |
A D | debugfs.c | 144 add_taint(TAINT_USER, LOCKDEP_STILL_OK); in regs_write()
|
/linux/drivers/vfio/ |
A D | vfio.c | 757 add_taint(TAINT_USER, LOCKDEP_STILL_OK); in vfio_group_find_or_alloc()
|
Completed in 22 milliseconds