Home
last modified time | relevance | path

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

/linux-4.4.14/include/trace/events/
Dmodule.h37 __field( unsigned int, taints )
42 __entry->taints = mod->taints;
46 TP_printk("%s %s", __get_str(name), show_module_flags(__entry->taints))
/linux-4.4.14/kernel/
Dmodule.c355 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()
Dtracepoint.c328 return mod->taints & ~((1 << TAINT_OOT_MODULE) | (1 << TAINT_CRAP) | in trace_module_has_bad_taint()
/linux-4.4.14/include/linux/
Dmodule.h410 unsigned int taints; /* same bits as kernel:tainted */ member
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-bus-pci295 taints the kernel with TAINT_FIRMWARE_WORKAROUND, which