Searched refs:TAINT_CRAP (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/include/linux/ |
D | panic.h | 67 #define TAINT_CRAP 10 macro
|
/linux-6.6.21/include/trace/events/ |
D | module.h | 28 { (1UL << TAINT_CRAP), "C" }, \
|
/linux-6.6.21/kernel/ |
D | panic.c | 473 [ TAINT_CRAP ] = { 'C', ' ', true },
|
D | tracepoint.c | 573 return mod->taints & ~((1 << TAINT_OOT_MODULE) | (1 << TAINT_CRAP) | in trace_module_has_bad_taint()
|
/linux-6.6.21/drivers/irqchip/ |
D | irq-gic-v3-its.c | 2247 add_taint(TAINT_CRAP, LOCKDEP_STILL_OK); in gic_check_reserved_range() 3115 add_taint(TAINT_CRAP, LOCKDEP_STILL_OK); in its_cpu_init_lpis() 5240 add_taint(TAINT_CRAP, LOCKDEP_STILL_OK); in redist_disable_lpis()
|
/linux-6.6.21/kernel/module/ |
D | main.c | 2024 add_taint_module(mod, TAINT_CRAP, LOCKDEP_STILL_OK); in module_augment_kernel_taints()
|