Home
last modified time | relevance | path

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

/openbmc/qemu/tcg/
H A Dtcg.c2075 ts->mem_allocated = 1; in tcg_global_mem_new_internal()
2086 ts2->mem_allocated = 1; in tcg_global_mem_new_internal()
2097 ts->mem_allocated = 1; in tcg_global_mem_new_internal()
2786 ts->mem_allocated = 0; in tcg_reg_alloc_start()
4623 ts[i].mem_allocated = 1; in temp_allocate_frame()
4628 ts->mem_allocated = 1; in temp_allocate_frame()
4702 if (!ts->mem_allocated) { in temp_sync()
4902 if (!ts->mem_allocated) { in temp_load()
5080 if (!ots->mem_allocated) { in tcg_reg_alloc_mov()
5115 if (!ts->mem_allocated) { in tcg_reg_alloc_mov()
[all …]
/openbmc/qemu/include/tcg/
H A Dtcg.h292 unsigned int mem_allocated:1; member