Searched refs:TAINT_PROPRIETARY_MODULE (Results 1 – 4 of 4) sorted by relevance
/linux/include/linux/ |
A D | panic.h | 59 #define TAINT_PROPRIETARY_MODULE 0 macro
|
/linux/include/trace/events/ |
A D | module.h | 25 { (1UL << TAINT_PROPRIETARY_MODULE), "P" }, \
|
/linux/kernel/ |
A D | module.c | 1378 if (!owner || !test_bit(TAINT_PROPRIETARY_MODULE, &owner->taints)) in inherit_taint() 1387 if (!test_bit(TAINT_PROPRIETARY_MODULE, &mod->taints)) { in inherit_taint() 1390 set_bit(TAINT_PROPRIETARY_MODULE, &mod->taints); in inherit_taint() 1403 .gplok = !(mod->taints & (1 << TAINT_PROPRIETARY_MODULE)), in resolve_symbol() 2521 if (!test_taint(TAINT_PROPRIETARY_MODULE)) in set_license() 2524 add_taint_module(mod, TAINT_PROPRIETARY_MODULE, in set_license() 3484 int prev_taint = test_taint(TAINT_PROPRIETARY_MODULE); in check_module_license_and_versions() 3492 add_taint(TAINT_PROPRIETARY_MODULE, LOCKDEP_NOW_UNRELIABLE); in check_module_license_and_versions() 3496 add_taint_module(mod, TAINT_PROPRIETARY_MODULE, in check_module_license_and_versions() 3501 add_taint_module(mod, TAINT_PROPRIETARY_MODULE, in check_module_license_and_versions() [all …]
|
A D | panic.c | 369 [ TAINT_PROPRIETARY_MODULE ] = { 'P', 'G', true },
|
Completed in 14 milliseconds