Lines Matching refs:tb
1377 /* ??? Is this safe when called from within a TB? */
1580 /* Changes cp0 to cp13 behavior, so needs a TB flush. */
2650 void HELPER(traceBB32)(uint64_t bb_num, uint32_t tb)
2652 trace_bb_helper(bb_num, (void*)tb);
2657 void HELPER(traceBB64)(uint64_t bb_num, uint64_t tb)
2659 trace_bb_helper(bb_num, (void*)tb);