Home
last modified time | relevance | path

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

/linux/kernel/module/
H A Dmain.c194 static inline void add_taint_module(struct module *mod, unsigned flag, in add_taint_module() function
1112 add_taint_module(mod, TAINT_FORCED_MODULE, LOCKDEP_NOW_UNRELIABLE); in try_to_force_load()
1775 add_taint_module(mod, TAINT_PROPRIETARY_MODULE, in module_license_taint_check()
2579 add_taint_module(mod, TAINT_OOT_MODULE, LOCKDEP_STILL_OK); in module_augment_kernel_taints()
2585 add_taint_module(mod, TAINT_CRAP, LOCKDEP_STILL_OK); in module_augment_kernel_taints()
2591 add_taint_module(mod, TAINT_LIVEPATCH, LOCKDEP_STILL_OK); in module_augment_kernel_taints()
2602 add_taint_module(mod, TAINT_TEST, LOCKDEP_STILL_OK); in module_augment_kernel_taints()
2610 add_taint_module(mod, TAINT_UNSIGNED_MODULE, LOCKDEP_STILL_OK); in module_augment_kernel_taints()
2624 add_taint_module(mod, TAINT_PROPRIETARY_MODULE, in module_augment_kernel_taints()