Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dpanic.h58 #define TAINT_FORCED_MODULE 1 macro
/linux-6.6.21/include/trace/events/
Dmodule.h27 { (1UL << TAINT_FORCED_MODULE), "F" }, \
/linux-6.6.21/kernel/
Dpanic.c464 [ TAINT_FORCED_MODULE ] = { 'F', ' ', true },
/linux-6.6.21/kernel/module/
Dmain.c1003 if (!test_taint(TAINT_FORCED_MODULE)) in try_to_force_load()
1005 add_taint_module(mod, TAINT_FORCED_MODULE, LOCKDEP_NOW_UNRELIABLE); in try_to_force_load()