Home
last modified time | relevance | path

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

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