Searched refs:TAINT_OOT_MODULE (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/include/trace/events/
H A Dmodule.h25 { (1UL << TAINT_OOT_MODULE), "O" }, \
/linux-4.1.27/kernel/
H A Dpanic.c238 { TAINT_OOT_MODULE, 'O', ' ' },
H A Dtracepoint.c289 return mod->taints & ~((1 << TAINT_OOT_MODULE) | (1 << TAINT_CRAP) | trace_module_has_bad_taint()
H A Dmodule.c1006 if (mod->taints & (1 << TAINT_OOT_MODULE)) module_flags_taint()
2725 add_taint_module(mod, TAINT_OOT_MODULE, LOCKDEP_STILL_OK); check_modinfo()
/linux-4.1.27/include/linux/
H A Dkernel.h483 #define TAINT_OOT_MODULE 12 macro

Completed in 90 milliseconds