Searched refs:TranslationBlock (Results 1 – 14 of 14) sorted by relevance
/external/qemu/include/exec/ |
D | exec-all.h | 45 struct TranslationBlock; 46 typedef struct TranslationBlock TranslationBlock; typedef 77 void gen_intermediate_code(CPUArchState *env, struct TranslationBlock *tb); 78 void gen_intermediate_code_pc(CPUArchState *env, struct TranslationBlock *tb); 79 void restore_state_to_opc(CPUArchState *env, struct TranslationBlock *tb, 85 int cpu_gen_code(CPUArchState *env, struct TranslationBlock *tb, 91 TranslationBlock *tb_gen_code(CPUArchState *env, 108 void tb_reset_jump_recursive(TranslationBlock *tb); 152 struct TranslationBlock { struct 164 struct TranslationBlock *phys_hash_next; argument [all …]
|
D | cpu-defs.h | 153 struct TranslationBlock *current_tb; /* currently executing TB */ \ 163 struct TranslationBlock *tb_jmp_cache[TB_JMP_CACHE_SIZE]; \
|
D | gen-icount.h | 30 static void gen_icount_end(TranslationBlock *tb, int num_insns) in gen_icount_end()
|
/external/qemu/ |
D | translate-all.c | 57 TranslationBlock *first_tb; 123 static void tb_link_page(TranslationBlock *tb, tb_page_addr_t phys_pc, 137 int cpu_gen_code(CPUArchState *env, TranslationBlock *tb, int *gen_code_size_ptr) in cpu_gen_code() 198 static int cpu_restore_state_from_tb(TranslationBlock *tb, CPUArchState *env, in cpu_restore_state_from_tb() 255 TranslationBlock *tb; in cpu_restore_state() 630 g_malloc(tcg_ctx.code_gen_max_blocks * sizeof(TranslationBlock)); in code_gen_alloc() 656 static TranslationBlock *tb_alloc(target_ulong pc) in tb_alloc() 658 TranslationBlock *tb; in tb_alloc() 671 void tb_free(TranslationBlock *tb) in tb_free() 762 TranslationBlock *tb; in tb_invalidate_check() [all …]
|
D | cpu-exec.c | 94 static void cpu_exec_nocache(CPUArchState *env, int max_cycles, TranslationBlock *orig_tb) in cpu_exec_nocache() 97 TranslationBlock *tb; in cpu_exec_nocache() 120 static TranslationBlock *tb_find_slow(CPUArchState *env, in tb_find_slow() 125 TranslationBlock *tb, **ptb1; in tb_find_slow() 174 static inline TranslationBlock *tb_find_fast(CPUArchState *env) in tb_find_fast() 176 TranslationBlock *tb; in tb_find_fast() 238 TranslationBlock *tb; in cpu_exec() 583 tb_add_jump((TranslationBlock *)(next_tb & ~3), next_tb & 3, tb); in cpu_exec() 600 tb = (TranslationBlock *)(long)(next_tb & ~3); in cpu_exec() 732 TranslationBlock *tb; in handle_cpu_signal()
|
D | exec.c | 443 TranslationBlock *tb; in cpu_unlink_tb() 1536 TranslationBlock *tb = tb_find_pc(env->mem_io_pc); in tb_check_watchpoint()
|
/external/qemu/include/qom/ |
D | cpu.h | 51 struct TranslationBlock; 75 struct TranslationBlock *current_tb; /* currently executing TB */
|
/external/qemu/target-mips/ |
D | cpu.h | 691 static inline void cpu_pc_from_tb(CPUMIPSState *env, TranslationBlock *tb) in cpu_pc_from_tb()
|
D | translate.c | 470 struct TranslationBlock *tb; 2457 TranslationBlock *tb; in gen_goto_tb() 8286 gen_intermediate_code_internal (CPUMIPSState *env, TranslationBlock *tb, in gen_intermediate_code_internal() 8429 void gen_intermediate_code (CPUMIPSState *env, struct TranslationBlock *tb) in gen_intermediate_code() 8434 void gen_intermediate_code_pc (CPUMIPSState *env, struct TranslationBlock *tb) in gen_intermediate_code_pc() 8721 void restore_state_to_opc(CPUMIPSState *env, TranslationBlock *tb, int pc_pos) in restore_state_to_opc()
|
D | op_helper.c | 117 TranslationBlock *tb; in do_restore_state() 2097 TranslationBlock *tb; in tlb_fill()
|
/external/qemu/target-arm/ |
D | cpu.h | 913 static inline void cpu_pc_from_tb(CPUARMState *env, TranslationBlock *tb) in cpu_pc_from_tb()
|
D | translate.c | 60 struct TranslationBlock *tb; 3503 TranslationBlock *tb; in gen_goto_tb() 9688 TranslationBlock *tb, in gen_intermediate_code_internal() 9968 void gen_intermediate_code(CPUARMState *env, TranslationBlock *tb) in gen_intermediate_code() 9973 void gen_intermediate_code_pc(CPUARMState *env, TranslationBlock *tb) in gen_intermediate_code_pc() 10036 void restore_state_to_opc(CPUARMState *env, TranslationBlock *tb, int pc_pos) in restore_state_to_opc()
|
/external/qemu/target-i386/ |
D | cpu.h | 1118 static inline void cpu_pc_from_tb(CPUX86State *env, TranslationBlock *tb) in cpu_pc_from_tb()
|
D | translate.c | 126 struct TranslationBlock *tb; 2466 TranslationBlock *tb; in gen_goto_tb() 7768 TranslationBlock *tb, in gen_intermediate_code_internal() 7955 void gen_intermediate_code(CPUX86State *env, TranslationBlock *tb) in gen_intermediate_code() 7960 void gen_intermediate_code_pc(CPUX86State *env, TranslationBlock *tb) in gen_intermediate_code_pc() 7965 void restore_state_to_opc(CPUX86State *env, TranslationBlock *tb, int pc_pos) in restore_state_to_opc()
|