Searched refs:in_code_gen_buffer (Results 1 – 4 of 4) sorted by relevance
87 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()
208 if (in_code_gen_buffer((const void *)(host_pc - tcg_splitwx_diff))) { in cpu_restore_state() 220 if (in_code_gen_buffer((const void *)(host_pc - tcg_splitwx_diff))) { in cpu_unwind_state_data()
991 && !in_code_gen_buffer((void *)(pc - tcg_splitwx_diff))) { in host_sigsegv_handler() 1023 if (!in_code_gen_buffer((void *)(pc - tcg_splitwx_diff))) { in host_sigbus_handler()
472 bool in_code_gen_buffer(const void *p);