TAINT_OOT_MODULE   26 include/trace/events/module.h 	{ (1UL << TAINT_OOT_MODULE),		"O" },		\
TAINT_OOT_MODULE 3128 kernel/module.c 		if (!test_taint(TAINT_OOT_MODULE))
TAINT_OOT_MODULE 3131 kernel/module.c 		add_taint_module(mod, TAINT_OOT_MODULE, LOCKDEP_STILL_OK);
TAINT_OOT_MODULE  373 kernel/panic.c 	[ TAINT_OOT_MODULE ]		= { 'O', ' ', true },
TAINT_OOT_MODULE  377 kernel/tracepoint.c 	return mod->taints & ~((1 << TAINT_OOT_MODULE) | (1 << TAINT_CRAP) |