Searched refs:tb_gen_code (Results 1 – 3 of 3) sorted by relevance
/external/qemu/ |
D | exec-all.h | 78 TranslationBlock *tb_gen_code(CPUState *env,
|
D | exec.c | 891 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()
|
D | cpu-exec.c | 108 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()
|