Lines Matching refs:tb
152 * the fact that TB code doesn't contain ret callback, while PC calc
155 TranslationBlock* tb;
159 for(tb = tb_phys_hash[tb_phys_hash_func(phys_pc)]; tb != NULL;
160 tb = tb->phys_hash_next) {
161 if (tb->pc == addr && tb->page_addr[0] == phys_page1) {
162 tb_phys_invalidate(tb, -1);
293 gen_traceBB( uint64_t bbNum, void* tb )
300 tcg_gen_movi_i32(tmpTb, (int32_t)tb);
309 tcg_gen_movi_i64(tmpTb, (int64_t)tb);
361 gen_traceBB(trace_static_bb_num(), tb); \