Searched refs:tnt (Results 1 – 2 of 2) sorted by relevance
220 struct tnt { struct226 static const struct tnt tnts[] = { argument277 const struct tnt *t = &tnts[i]; in print_tainted()
114 struct intel_pt_pkt tnt; member1073 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 …]