Home
last modified time | relevance | path

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

/qemu/tcg/
H A Dregion.c87 bool in_code_gen_buffer(const void *p) in in_code_gen_buffer() function
114 g_assert(in_code_gen_buffer(rw)); in tcg_splitwx_to_rx()
126 g_assert(in_code_gen_buffer(rx)); in tcg_splitwx_to_rw()
202 if (!in_code_gen_buffer(p)) { in tc_ptr_to_region_tree()
204 if (!in_code_gen_buffer(p)) { in tc_ptr_to_region_tree()
/qemu/accel/tcg/
H A Dtranslate-all.c236 if (in_code_gen_buffer((const void *)(host_pc - tcg_splitwx_diff))) { in cpu_restore_state()
248 if (in_code_gen_buffer((const void *)(host_pc - tcg_splitwx_diff))) { in cpu_unwind_state_data()
/qemu/linux-user/
H A Dsignal.c909 && !in_code_gen_buffer((void *)(pc - tcg_splitwx_diff))) { in host_sigsegv_handler()
941 if (!in_code_gen_buffer((void *)(pc - tcg_splitwx_diff))) { in host_sigbus_handler()
/qemu/include/tcg/
H A Dtcg.h587 bool in_code_gen_buffer(const void *p);