Home
last modified time | relevance | path

Searched refs:tnt (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/kernel/
Dpanic.c220 struct tnt { struct
226 static const struct tnt tnts[] = { argument
277 const struct tnt *t = &tnts[i]; in print_tainted()
/linux-4.4.14/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.c114 struct intel_pt_pkt tnt; member
1073 if (!(decoder->tnt.payload & BIT63)) { in intel_pt_walk_tnt()
1079 decoder->tnt.count -= 1; in intel_pt_walk_tnt()
1080 if (!decoder->tnt.count) in intel_pt_walk_tnt()
1082 decoder->tnt.payload <<= 1; in intel_pt_walk_tnt()
1110 decoder->tnt.count -= 1; in intel_pt_walk_tnt()
1111 if (!decoder->tnt.count) in intel_pt_walk_tnt()
1113 if (decoder->tnt.payload & BIT63) { in intel_pt_walk_tnt()
1114 decoder->tnt.payload <<= 1; in intel_pt_walk_tnt()
1123 decoder->tnt.payload <<= 1; in intel_pt_walk_tnt()
[all …]