Lines Matching refs:taints
163 set_bit(flag, &mod->taints); in add_taint_module()
530 char taints[MODULE_FLAGS_BUF_SIZE]; member
763 …strscpy(last_unloaded_module.taints, module_flags(mod, buf, false), sizeof(last_unloaded_module.ta… in SYSCALL_DEFINE2()
878 size_t module_flags_taint(unsigned long taints, char *buf) in module_flags_taint() argument
884 if (taint_flags[i].module && test_bit(i, &taints)) in module_flags_taint()
962 l = module_flags_taint(mk->mod->taints, buffer); in show_taint()
1039 if (!owner || !test_bit(TAINT_PROPRIETARY_MODULE, &owner->taints)) in inherit_taint()
1048 if (!test_bit(TAINT_PROPRIETARY_MODULE, &mod->taints)) { in inherit_taint()
1051 set_bit(TAINT_PROPRIETARY_MODULE, &mod->taints); in inherit_taint()
1064 .gplok = !(mod->taints & (1 << TAINT_PROPRIETARY_MODULE)), in resolve_symbol()
2963 if (!mod->taints && !show_state) in module_flags()
2965 if (mod->taints || in module_flags()
2969 bx += module_flags_taint(mod->taints, buf + bx); in module_flags()
3118 last_unloaded_module.taints); in print_modules()