Home
last modified time | relevance | path

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

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