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

/linux-master/include/linux/
H A Dpanic.h69 #define TAINT_OOT_MODULE 12 macro
/linux-master/include/trace/events/
H A Dmodule.h26 { (1UL << TAINT_OOT_MODULE), "O" }, \
/linux-master/kernel/
H A Dpanic.c491 [ TAINT_OOT_MODULE ] = { 'O', ' ', true },
H A Dtracepoint.c573 return mod->taints & ~((1 << TAINT_OOT_MODULE) | (1 << TAINT_CRAP) |
/linux-master/kernel/module/
H A Dmain.c2015 if (!test_taint(TAINT_OOT_MODULE))
2018 add_taint_module(mod, TAINT_OOT_MODULE, LOCKDEP_STILL_OK);

Completed in 162 milliseconds