Searched refs:taints (Results 1 – 5 of 5) sorted by relevance
37 __field( unsigned int, taints )42 __entry->taints = mod->taints;46 TP_printk("%s %s", __get_str(name), show_module_flags(__entry->taints))
355 mod->taints |= (1U << flag); in add_taint_module()1161 if (mod->taints & (1 << TAINT_PROPRIETARY_MODULE)) in module_flags_taint()1163 if (mod->taints & (1 << TAINT_OOT_MODULE)) in module_flags_taint()1165 if (mod->taints & (1 << TAINT_FORCED_MODULE)) in module_flags_taint()1167 if (mod->taints & (1 << TAINT_CRAP)) in module_flags_taint()1169 if (mod->taints & (1 << TAINT_UNSIGNED_MODULE)) in module_flags_taint()1406 !(mod->taints & (1 << TAINT_PROPRIETARY_MODULE)), true); in resolve_symbol()3892 if (mod->taints || in module_flags()3950 if (mod->taints) in m_show()
328 return mod->taints & ~((1 << TAINT_OOT_MODULE) | (1 << TAINT_CRAP) | in trace_module_has_bad_taint()
410 unsigned int taints; /* same bits as kernel:tainted */ member
295 taints the kernel with TAINT_FIRMWARE_WORKAROUND, which