Home
last modified time | relevance | path

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

/qemu/include/tcg/
H A Dtcg.h591 void *tcg_splitwx_to_rw(const void *rx);
598 static inline void *tcg_splitwx_to_rw(const void *rx) in tcg_splitwx_to_rw() function
/qemu/tcg/
H A Dregion.c120 void *tcg_splitwx_to_rw(const void *rx) in tcg_splitwx_to_rw() function
H A Dtcg.c6173 s->code_buf = tcg_splitwx_to_rw(tb->tc.ptr); in tcg_gen_code()
/qemu/accel/tcg/
H A Dcpu-exec.c472 last_tb = tcg_splitwx_to_rw((void *)(ret & ~TB_EXIT_MASK)); in cpu_tb_exec()