Lines Matching refs:taints
167 set_bit(flag, &mod->taints); in add_taint_module()
534 char taints[MODULE_FLAGS_BUF_SIZE]; member
765 …strscpy(last_unloaded_module.taints, module_flags(mod, buf, false), sizeof(last_unloaded_module.ta… in SYSCALL_DEFINE2()
873 size_t module_flags_taint(unsigned long taints, char *buf) in module_flags_taint() argument
879 if (taint_flags[i].module && test_bit(i, &taints)) in module_flags_taint()
971 l = module_flags_taint(mk->mod->taints, buffer); in show_taint()
1091 if (!owner || !test_bit(TAINT_PROPRIETARY_MODULE, &owner->taints)) in inherit_taint()
1100 if (!test_bit(TAINT_PROPRIETARY_MODULE, &mod->taints)) { in inherit_taint()
1103 set_bit(TAINT_PROPRIETARY_MODULE, &mod->taints); in inherit_taint()
1116 .gplok = !(mod->taints & (1 << TAINT_PROPRIETARY_MODULE)), in resolve_symbol()
3225 if (!mod->taints && !show_state) in module_flags()
3227 if (mod->taints || in module_flags()
3231 bx += module_flags_taint(mod->taints, buf + bx); in module_flags()
3381 last_unloaded_module.taints); in print_modules()