Searched refs:tb_ctx (Results 1 – 6 of 6) sorted by relevance
/qemu/accel/tcg/ |
H A D | tb-maint.c | 68 qht_init(&tb_ctx.htable, tb_cmp, CODE_GEN_HTABLE_SIZE, mode); in tb_htable_init() 766 if (tb_ctx.tb_flush_count != tb_flush_count.host_int) { in do_tb_flush() 775 qht_reset_size(&tb_ctx.htable, CODE_GEN_HTABLE_SIZE); in do_tb_flush() 780 qatomic_inc(&tb_ctx.tb_flush_count); in do_tb_flush() 792 unsigned tb_flush_count = qatomic_read(&tb_ctx.tb_flush_count); in tb_flush() 923 if (!qht_remove(&tb_ctx.htable, tb, h)) { in do_tb_phys_invalidate() 942 qatomic_set(&tb_ctx.tb_phys_invalidate_count, in do_tb_phys_invalidate() 943 tb_ctx.tb_phys_invalidate_count + 1); in do_tb_phys_invalidate() 990 qht_insert(&tb_ctx.htable, tb, h, &existing_tb); in tb_link_page()
|
H A D | monitor.c | 185 qht_statistics_init(&tb_ctx.htable, &hst); in dump_exec_info() 191 qatomic_read(&tb_ctx.tb_flush_count)); in dump_exec_info() 193 qatomic_read(&tb_ctx.tb_phys_invalidate_count)); in dump_exec_info()
|
H A D | tb-context.h | 40 extern TBContext tb_ctx;
|
H A D | translate-all.c | 41 TBContext tb_ctx; variable
|
H A D | cpu-exec.c | 209 return qht_lookup_custom(&tb_ctx.htable, &desc, h, tb_lookup_cmp); in tb_htable_lookup()
|
/qemu/docs/devel/ |
H A D | multi-thread-tcg.rst | 59 tb_ctx.htable (global hash table, phys address->tb lookup)
|