Searched refs:TAINT_CRAP (Results 1 – 5 of 5) sorted by relevance
27 { (1UL << TAINT_CRAP), "C" }, \
236 { TAINT_CRAP, 'C', ' ' },
289 return mod->taints & ~((1 << TAINT_OOT_MODULE) | (1 << TAINT_CRAP) | in trace_module_has_bad_taint()
1010 if (mod->taints & (1 << TAINT_CRAP)) in module_flags_taint()2728 add_taint_module(mod, TAINT_CRAP, LOCKDEP_STILL_OK); in check_modinfo()
481 #define TAINT_CRAP 10 macro