Searched refs:TAINT_CRAP (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/include/trace/events/ |
D | module.h | 28 { (1UL << TAINT_CRAP), "C" }, \
|
/kernel/linux/linux-5.10/drivers/pci/controller/ |
D | pcie-tango.c | 247 add_taint(TAINT_CRAP, LOCKDEP_STILL_OK); in tango_pcie_probe()
|
/kernel/linux/linux-5.10/kernel/ |
D | panic.c | 381 [ TAINT_CRAP ] = { 'C', ' ', true },
|
D | tracepoint.c | 594 return mod->taints & ~((1 << TAINT_OOT_MODULE) | (1 << TAINT_CRAP) | in trace_module_has_bad_taint()
|
D | module.c | 3286 add_taint_module(mod, TAINT_CRAP, LOCKDEP_STILL_OK); in check_modinfo()
|
/kernel/linux/linux-5.10/include/linux/ |
D | kernel.h | 597 #define TAINT_CRAP 10 macro
|
/kernel/linux/linux-5.10/drivers/irqchip/ |
D | irq-gic-v3-its.c | 2208 add_taint(TAINT_CRAP, LOCKDEP_STILL_OK); in gic_check_reserved_range() 3055 add_taint(TAINT_CRAP, LOCKDEP_STILL_OK); in its_cpu_init_lpis() 5131 add_taint(TAINT_CRAP, LOCKDEP_STILL_OK); in redist_disable_lpis()
|