Searched refs:tb_ctx (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/accel/tcg/ |
H A D | tb-maint.c | 63 qht_init(&tb_ctx.htable, tb_cmp, CODE_GEN_HTABLE_SIZE, mode); in tb_htable_init() 765 if (tb_ctx.tb_flush_count != tb_flush_count.host_int) { in do_tb_flush() 774 qht_reset_size(&tb_ctx.htable, CODE_GEN_HTABLE_SIZE); in do_tb_flush() 779 qatomic_inc(&tb_ctx.tb_flush_count); in do_tb_flush() 791 unsigned tb_flush_count = qatomic_read(&tb_ctx.tb_flush_count); in tb_flush() 922 if (!qht_remove(&tb_ctx.htable, tb, h)) { in do_tb_phys_invalidate() 941 qatomic_set(&tb_ctx.tb_phys_invalidate_count, in do_tb_phys_invalidate() 942 tb_ctx.tb_phys_invalidate_count + 1); in do_tb_phys_invalidate() 989 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 | 69 TBContext tb_ctx; variable
|
H A D | cpu-exec.c | 245 return qht_lookup_custom(&tb_ctx.htable, &desc, h, tb_lookup_cmp); in tb_htable_lookup()
|
/openbmc/qemu/docs/devel/ |
H A D | multi-thread-tcg.rst | 58 tb_ctx.htable (global hash table, phys address->tb lookup)
|