Lines Matching refs:ttp

557 	const struct trap_trace_record *ttp = &full->ttf_rec;
569 switch (ttp->tt_tt) {
594 switch (ttp->tt_tt & 0xff00) {
613 ttstr = ttp->tt_tt < ttndescr ?
614 ttdescr[ttp->tt_tt] : "?";
619 mdb_printf("%016llx %04hx %-12s %02x %02x %0?p %A\n", ttp->tt_tick,
620 ttp->tt_tt, ttstr, ttp->tt_tl, ttp->tt_gl,
621 ttp->tt_tpc, ttp->tt_tpc);
623 mdb_printf("%016llx %04hx %-12s %04hx %0?p %A\n", ttp->tt_tick,
624 ttp->tt_tt, ttstr, ttp->tt_tl, ttp->tt_tpc, ttp->tt_tpc);
634 const struct trap_trace_record *ttp = &full->ttf_rec;
644 ttp->tt_tick, ttp->tt_tstate, ttp->tt_tt, ttp->tt_tl, ttp->tt_gl,
645 ttp->tt_tpc, ttp->tt_sp, ttp->tt_tr,
646 ttp->tt_f1, ttp->tt_f2, ttp->tt_f3, ttp->tt_f4);
649 ttp->tt_tick, ttp->tt_tstate, ttp->tt_tt, ttp->tt_tl,
650 ttp->tt_tpc, ttp->tt_sp, ttp->tt_tr,
651 ttp->tt_f1, ttp->tt_f2, ttp->tt_f3, ttp->tt_f4);
905 const struct htrap_trace_record *ttp = &full->ttf_rec;
916 ttstr = ttp->tt_tt < ttndescr ? ttdescr[ttp->tt_tt] : "?";
919 ttp->tt_tick, ttp->tt_ty, ttp->tt_tag, ttp->tt_tt, ttstr,
920 ttp->tt_tl, ttp->tt_gl, ttp->tt_tpc, ttp->tt_tpc);
929 const struct htrap_trace_record *ttp = &full->ttf_rec;
938 ttp->tt_tick, ttp->tt_tstate, ttp->tt_hpstate, ttp->tt_ty,
939 ttp->tt_tag, ttp->tt_tt, ttp->tt_tl, ttp->tt_gl, ttp->tt_tpc,
940 ttp->tt_f1, ttp->tt_f2, ttp->tt_f3, ttp->tt_f4);
1166 const struct trap_trace_record *ttp = &full->ttf_rec;
1167 int i, type = ttp->tt_tt & 0xff;
1170 if ((ttp->tt_tt & 0xff00) == TT_XCALL) {
1177 } else if ((ttp->tt_tt & 0xff00) == TT_XCALL_CONT) {
1180 full->ttf_cpu, ttp->tt_tick, str, ttp->tt_f1, ttp->tt_f2,
1181 ttp->tt_f3, ttp->tt_f4);
1183 } else if (ttp->tt_tt == 0x60) {
1190 ttp->tt_tick, str, ttp->tt_sp, ttp->tt_tr);