Home
last modified time | relevance | path

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

/linux/include/linux/
A Dpanic.h59 #define TAINT_PROPRIETARY_MODULE 0 macro
/linux/include/trace/events/
A Dmodule.h25 { (1UL << TAINT_PROPRIETARY_MODULE), "P" }, \
/linux/kernel/
A Dmodule.c1378 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 Dpanic.c369 [ TAINT_PROPRIETARY_MODULE ] = { 'P', 'G', true },

Completed in 13 milliseconds