Home
last modified time | relevance | path

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

/linux-4.4.14/include/trace/events/
Dmodule.h25 { (1UL << TAINT_OOT_MODULE), "O" }, \
/linux-4.4.14/kernel/
Dpanic.c239 { TAINT_OOT_MODULE, 'O', ' ' },
Dtracepoint.c328 return mod->taints & ~((1 << TAINT_OOT_MODULE) | (1 << TAINT_CRAP) | in trace_module_has_bad_taint()
Dmodule.c1163 if (mod->taints & (1 << TAINT_OOT_MODULE)) in module_flags_taint()
2880 add_taint_module(mod, TAINT_OOT_MODULE, LOCKDEP_STILL_OK); in check_modinfo()
/linux-4.4.14/include/linux/
Dkernel.h490 #define TAINT_OOT_MODULE 12 macro