Home
last modified time | relevance | path

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

/qemu/tcg/
H A Dregion.c49 struct tcg_region_tree { struct
187 struct tcg_region_tree *rt = region_trees + i * tree_size; in tcg_region_trees_init()
194 static struct tcg_region_tree *tc_ptr_to_region_tree(const void *p) in tc_ptr_to_region_tree()
225 struct tcg_region_tree *rt = tc_ptr_to_region_tree(tb->tc.ptr); in tcg_tb_insert()
235 struct tcg_region_tree *rt = tc_ptr_to_region_tree(tb->tc.ptr); in tcg_tb_remove()
250 struct tcg_region_tree *rt = tc_ptr_to_region_tree((void *)tc_ptr); in tcg_tb_lookup()
269 struct tcg_region_tree *rt = region_trees + i * tree_size; in tcg_region_tree_lock_all()
280 struct tcg_region_tree *rt = region_trees + i * tree_size; in tcg_region_tree_unlock_all()
292 struct tcg_region_tree *rt = region_trees + i * tree_size; in tcg_tb_foreach()
306 struct tcg_region_tree *rt = region_trees + i * tree_size; in tcg_nb_tbs()
[all …]