Lines Matching refs:taints
166 set_bit(flag, &mod->taints); in add_taint_module()
534 char taints[MODULE_FLAGS_BUF_SIZE]; member
767 …strscpy(last_unloaded_module.taints, module_flags(mod, buf, false), sizeof(last_unloaded_module.ta… in SYSCALL_DEFINE2()
882 size_t module_flags_taint(unsigned long taints, char *buf) in module_flags_taint() argument
888 if (taint_flags[i].module && test_bit(i, &taints)) in module_flags_taint()
966 l = module_flags_taint(mk->mod->taints, buffer); in show_taint()
1044 if (!owner || !test_bit(TAINT_PROPRIETARY_MODULE, &owner->taints)) in inherit_taint()
1053 if (!test_bit(TAINT_PROPRIETARY_MODULE, &mod->taints)) { in inherit_taint()
1056 set_bit(TAINT_PROPRIETARY_MODULE, &mod->taints); in inherit_taint()
1069 .gplok = !(mod->taints & (1 << TAINT_PROPRIETARY_MODULE)), in resolve_symbol()
3030 if (!mod->taints && !show_state) in module_flags()
3032 if (mod->taints || in module_flags()
3036 bx += module_flags_taint(mod->taints, buf + bx); in module_flags()
3185 last_unloaded_module.taints); in print_modules()