Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dpanic.h58 #define TAINT_FORCED_MODULE 1 macro
/Linux-v6.6/include/trace/events/
Dmodule.h27 { (1UL << TAINT_FORCED_MODULE), "F" }, \
/Linux-v6.6/kernel/
Dpanic.c464 [ TAINT_FORCED_MODULE ] = { 'F', ' ', true },
/Linux-v6.6/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()