Home
last modified time | relevance | path

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

/qemu/include/tcg/
H A Dtcg.h377 tcg_insn_unit *code_buf; /* pointer for start of tb */ member
899 return tcg_ptr_byte_diff(target, tcg_splitwx_to_rx(s->code_buf)); in tcg_tbrel_diff()
912 return tcg_ptr_byte_diff(s->code_ptr, s->code_buf); in tcg_current_code_size()
/qemu/tcg/
H A Dtcg.c1893 s->code_buf = s->code_gen_ptr; in tcg_prologue_init()
1916 flush_idcache_range((uintptr_t)tcg_splitwx_to_rx(s->code_buf), in tcg_prologue_init()
1917 (uintptr_t)s->code_buf, prologue_size); in tcg_prologue_init()
6926 s->code_buf = tcg_splitwx_to_rw(tb->tc.ptr); in tcg_gen_code()
6927 s->code_ptr = s->code_buf; in tcg_gen_code()
7052 flush_idcache_range((uintptr_t)tcg_splitwx_to_rx(s->code_buf), in tcg_gen_code()
7053 (uintptr_t)s->code_buf, in tcg_gen_code()
7054 tcg_ptr_byte_diff(s->code_ptr, s->code_buf)); in tcg_gen_code()