Home
last modified time | relevance | path

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

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