Home
last modified time | relevance | path

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

/qemu/tcg/
H A Dtcg.c2074 ts->mem_allocated = 1; in tcg_global_mem_new_internal()
2085 ts2->mem_allocated = 1; in tcg_global_mem_new_internal()
2096 ts->mem_allocated = 1; in tcg_global_mem_new_internal()
2785 ts->mem_allocated = 0; in tcg_reg_alloc_start()
4622 ts[i].mem_allocated = 1; in temp_allocate_frame()
4627 ts->mem_allocated = 1; in temp_allocate_frame()
4701 if (!ts->mem_allocated) { in temp_sync()
4901 if (!ts->mem_allocated) { in temp_load()
5079 if (!ots->mem_allocated) { in tcg_reg_alloc_mov()
5114 if (!ts->mem_allocated) { in tcg_reg_alloc_mov()
[all …]
/qemu/include/tcg/
H A Dtcg.h292 unsigned int mem_allocated:1; member