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

/linux-master/include/linux/
H A Dpanic.h70 #define TAINT_UNSIGNED_MODULE 13 macro
/linux-master/include/trace/events/
H A Dmodule.h29 { (1UL << TAINT_UNSIGNED_MODULE), "E" })
/linux-master/kernel/
H A Dpanic.c492 [ TAINT_UNSIGNED_MODULE ] = { 'E', ' ', true },
H A Dtracepoint.c574 (1 << TAINT_UNSIGNED_MODULE) | (1 << TAINT_TEST) |
/linux-master/kernel/module/
H A Dmain.c2049 add_taint_module(mod, TAINT_UNSIGNED_MODULE, LOCKDEP_STILL_OK);

Completed in 426 milliseconds