Home
last modified time | relevance | path

Searched refs:tcg_ctxs (Results 1 – 3 of 3) sorted by relevance

/qemu/tcg/
H A Dtcg-internal.h33 extern TCGContext **tcg_ctxs;
H A Dregion.c417 TCGContext *s = qatomic_read(&tcg_ctxs[i]); in tcg_region_reset_all()
891 const TCGContext *s = qatomic_read(&tcg_ctxs[i]); in tcg_code_size()
H A Dtcg.c250 TCGContext **tcg_ctxs; variable
1307 qatomic_set(&tcg_ctxs[n], s); in tcg_register_thread()
1844 tcg_ctxs = &tcg_ctx; in tcg_context_init()
1849 tcg_ctxs = g_new0(TCGContext *, max_threads); in tcg_context_init()