Searched refs:TAINT_PROPRIETARY_MODULE (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/include/trace/events/ |
D | module.h | 24 { (1UL << TAINT_PROPRIETARY_MODULE), "P" }, \
|
/linux-4.4.14/kernel/ |
D | panic.c | 227 { TAINT_PROPRIETARY_MODULE, 'P', 'G' },
|
D | module.c | 1161 if (mod->taints & (1 << TAINT_PROPRIETARY_MODULE)) in module_flags_taint() 1406 !(mod->taints & (1 << TAINT_PROPRIETARY_MODULE)), true); in resolve_symbol() 2309 if (!test_taint(TAINT_PROPRIETARY_MODULE)) in set_license() 2312 add_taint_module(mod, TAINT_PROPRIETARY_MODULE, in set_license() 3051 add_taint(TAINT_PROPRIETARY_MODULE, LOCKDEP_NOW_UNRELIABLE); in check_module_license_and_versions() 3055 add_taint_module(mod, TAINT_PROPRIETARY_MODULE, in check_module_license_and_versions() 3060 add_taint_module(mod, TAINT_PROPRIETARY_MODULE, in check_module_license_and_versions()
|
/linux-4.4.14/include/linux/ |
D | kernel.h | 478 #define TAINT_PROPRIETARY_MODULE 0 macro
|