Home
last modified time | relevance | path

Searched refs:TAINT_UNSIGNED_MODULE (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dpanic.h76 #define TAINT_UNSIGNED_MODULE 13 macro
/linux/include/trace/events/
H A Dmodule.h29 { (1UL << TAINT_UNSIGNED_MODULE), "E" })
/linux/kernel/
H A Dtracepoint.c527 (1 << TAINT_UNSIGNED_MODULE) | (1 << TAINT_TEST) | in trace_module_has_bad_taint()
/linux/kernel/module/
H A Dmain.c2550 add_taint_module(mod, TAINT_UNSIGNED_MODULE, LOCKDEP_STILL_OK); in module_augment_kernel_taints()