Home
last modified time | relevance | path

Searched refs:tb_gen_code (Results 1 – 3 of 3) sorted by relevance

/external/qemu/
Dexec-all.h78 TranslationBlock *tb_gen_code(CPUState *env,
Dexec.c891 TranslationBlock *tb_gen_code(CPUState *env, in tb_gen_code() function
1037 tb_gen_code(env, current_pc, current_cs_base, current_flags, 1); in tb_invalidate_phys_page_range()
1124 tb_gen_code(env, current_pc, current_cs_base, current_flags, 1); in tb_invalidate_phys_page()
2747 tb_gen_code(env, pc, cs_base, cpu_flags, 1); in check_watchpoint()
3666 tb_gen_code(env, pc, cs_base, flags, cflags); in cpu_io_recompile()
Dcpu-exec.c108 tb = tb_gen_code(env, orig_tb->pc, orig_tb->cs_base, orig_tb->flags, in cpu_exec_nocache()
164 tb = tb_gen_code(env, pc, cs_base, flags, 0); in tb_find_slow()