Lines Matching refs:nb_tbs
90 static int nb_tbs; variable
644 nb_tbs, nb_tbs > 0 ? in tb_flush()
645 ((unsigned long)(code_gen_ptr - code_gen_buffer)) / nb_tbs : 0); in tb_flush()
650 nb_tbs = 0; in tb_flush()
1201 if (nb_tbs >= code_gen_max_blocks || in tb_alloc()
1204 tb = &tbs[nb_tbs++]; in tb_alloc()
1219 if (nb_tbs > 0 && tb == &tbs[nb_tbs - 1]) { in tb_free()
1221 nb_tbs--; in tb_free()
1273 if (nb_tbs <= 0) in tb_find_pc()
1280 m_max = nb_tbs - 1; in tb_find_pc()
3912 for(i = 0; i < nb_tbs; i++) { in dump_exec_info()
3931 nb_tbs, code_gen_max_blocks); in dump_exec_info()
3933 nb_tbs ? target_code_size / nb_tbs : 0, in dump_exec_info()
3936 nb_tbs ? (code_gen_ptr - code_gen_buffer) / nb_tbs : 0, in dump_exec_info()
3940 nb_tbs ? (cross_page * 100) / nb_tbs : 0); in dump_exec_info()
3943 nb_tbs ? (direct_jmp_count * 100) / nb_tbs : 0, in dump_exec_info()
3945 nb_tbs ? (direct_jmp2_count * 100) / nb_tbs : 0); in dump_exec_info()