Searched refs:taints (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/include/trace/events/ |
D | module.h | 38 __field( unsigned int, taints ) 43 __entry->taints = mod->taints; 47 TP_printk("%s %s", __get_str(name), show_module_flags(__entry->taints))
|
/Linux-v5.10/kernel/ |
D | module.c | 334 set_bit(flag, &mod->taints); in add_taint_module() 1193 if (taint_flags[i].module && test_bit(i, &mod->taints)) in module_flags_taint() 1438 if (!owner || !test_bit(TAINT_PROPRIETARY_MODULE, &owner->taints)) in inherit_taint() 1447 if (!test_bit(TAINT_PROPRIETARY_MODULE, &mod->taints)) { in inherit_taint() 1450 set_bit(TAINT_PROPRIETARY_MODULE, &mod->taints); in inherit_taint() 1475 !(mod->taints & (1 << TAINT_PROPRIETARY_MODULE)), true); in resolve_symbol() 4351 if (mod->taints || in module_flags() 4411 if (mod->taints) in m_show()
|
D | tracepoint.c | 404 return mod->taints & ~((1 << TAINT_OOT_MODULE) | (1 << TAINT_CRAP) | in trace_module_has_bad_taint()
|
/Linux-v5.10/include/linux/ |
D | module.h | 433 unsigned long taints; /* same bits as kernel:taint_flags */ member
|
/Linux-v5.10/Documentation/ABI/testing/ |
D | sysfs-bus-pci | 301 taints the kernel with TAINT_FIRMWARE_WORKAROUND, which
|
/Linux-v5.10/Documentation/admin-guide/ |
D | kernel-parameters.txt | 3780 taints the kernel.
|