Home
last modified time | relevance | path

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

/Linux-v4.19/include/trace/events/
Dmodule.h26 { (1UL << TAINT_OOT_MODULE), "O" }, \
/Linux-v4.19/kernel/
Dpanic.c324 [ TAINT_OOT_MODULE ] = { 'O', ' ', true },
Dtracepoint.c390 return mod->taints & ~((1 << TAINT_OOT_MODULE) | (1 << TAINT_CRAP) | in trace_module_has_bad_taint()
Dmodule.c3023 if (!test_taint(TAINT_OOT_MODULE)) in check_modinfo()
3026 add_taint_module(mod, TAINT_OOT_MODULE, LOCKDEP_STILL_OK); in check_modinfo()
/Linux-v4.19/include/linux/
Dkernel.h595 #define TAINT_OOT_MODULE 12 macro