Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpanic.h70 #define TAINT_OOT_MODULE 12 macro
/linux/include/trace/events/
H A Dmodule.h26 { (1UL << TAINT_OOT_MODULE), "O" }, \
/linux/kernel/
H A Dtracepoint.c526 return mod->taints & ~((1 << TAINT_OOT_MODULE) | (1 << TAINT_CRAP) | in trace_module_has_bad_taint()