Searched refs:TAINT_CRAP (Results 1 – 6 of 6) sorted by relevance
/linux/include/linux/ |
A D | panic.h | 69 #define TAINT_CRAP 10 macro
|
/linux/include/trace/events/ |
A D | module.h | 28 { (1UL << TAINT_CRAP), "C" }, \
|
/linux/kernel/ |
A D | panic.c | 379 [ TAINT_CRAP ] = { 'C', ' ', true },
|
A D | tracepoint.c | 573 return mod->taints & ~((1 << TAINT_OOT_MODULE) | (1 << TAINT_CRAP) | in trace_module_has_bad_taint()
|
A D | module.c | 3296 add_taint_module(mod, TAINT_CRAP, LOCKDEP_STILL_OK); in check_modinfo()
|
/linux/drivers/irqchip/ |
A D | irq-gic-v3-its.c | 2213 add_taint(TAINT_CRAP, LOCKDEP_STILL_OK); in gic_check_reserved_range() 3060 add_taint(TAINT_CRAP, LOCKDEP_STILL_OK); in its_cpu_init_lpis() 5150 add_taint(TAINT_CRAP, LOCKDEP_STILL_OK); in redist_disable_lpis()
|
Completed in 24 milliseconds