Home
last modified time | relevance | path

Searched refs:TAINT_CRAP (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/include/trace/events/
Dmodule.h28 { (1UL << TAINT_CRAP), "C" }, \
/Linux-v4.19/kernel/
Dpanic.c322 [ TAINT_CRAP ] = { 'C', ' ', true },
Dtracepoint.c390 return mod->taints & ~((1 << TAINT_OOT_MODULE) | (1 << TAINT_CRAP) | in trace_module_has_bad_taint()
Dmodule.c3032 add_taint_module(mod, TAINT_CRAP, LOCKDEP_STILL_OK); in check_modinfo()
/Linux-v4.19/drivers/pci/controller/
Dpcie-tango.c247 add_taint(TAINT_CRAP, LOCKDEP_STILL_OK); in tango_pcie_probe()
/Linux-v4.19/include/linux/
Dkernel.h593 #define TAINT_CRAP 10 macro
/Linux-v4.19/drivers/irqchip/
Dirq-gic-v3-its.c3522 add_taint(TAINT_CRAP, LOCKDEP_STILL_OK); in redist_disable_lpis()