Home
last modified time | relevance | path

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

/qemu/tcg/
H A Dtcg.c4700 if (!temp_readonly(ts) && !ts->mem_coherent) { in temp_sync()
4730 ts->mem_coherent = 1; in temp_sync()
4898 ts->mem_coherent = 0; in temp_load()
4907 ts->mem_coherent = 1; in temp_load()
4948 || ts->mem_coherent); in sync_globals()
4999 tcg_debug_assert(ts->val_type != TEMP_VAL_REG || ts->mem_coherent); in tcg_reg_alloc_cbranch()
5023 ots->mem_coherent = 0; in tcg_reg_alloc_do_movi()
5119 ots->mem_coherent = 1; in tcg_reg_alloc_mov()
5124 ots->mem_coherent = 0; in tcg_reg_alloc_mov()
5196 if (!its->mem_coherent) { in tcg_reg_alloc_dup()
[all …]
/qemu/include/tcg/
H A Dtcg.h291 unsigned int mem_coherent:1; member