HomeSort by relevance Sort by last modified time
    Searched refs:tc_ptr (Results 1 - 4 of 4) sorted by null

  /external/qemu/
translate-all.c 118 gen_code_buf = tb->tc_ptr;
163 log_disas(tb->tc_ptr, *gen_code_size_ptr);
178 unsigned long tc_ptr; local
198 tc_ptr = (unsigned long)tb->tc_ptr;
199 if (searched_pc < tc_ptr)
210 j = tcg_gen_code_search_pc(s, (uint8_t *)tc_ptr, searched_pc - tc_ptr);
exec-all.h 135 uint8_t *tc_ptr; /* pointer to the translated code */ member in struct:TranslationBlock
308 tb_set_jmp_target1((unsigned long)(tb->tc_ptr + offset), addr);
311 tb_set_jmp_target1((unsigned long)(tb->tc_ptr + offset), addr);
331 tb_set_jmp_target(tb, n, (unsigned long)tb_next->tc_ptr);
cpu-exec.c 115 next_tb = tcg_qemu_tb_exec(tb->tc_ptr);
231 uint8_t *tc_ptr; local
617 (long)tb->tc_ptr, tb->pc,
635 tc_ptr = tb->tc_ptr;
642 next_tb = tcg_qemu_tb_exec(tc_ptr);
    [all...]
exec.c 778 tb_set_jmp_target(tb, n, (unsigned long)(tb->tc_ptr + tb->tb_next_offset[n]));
905 uint8_t *tc_ptr; local
919 tc_ptr = code_gen_ptr;
920 tb->tc_ptr = tc_ptr;
    [all...]

Completed in 170 milliseconds