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

  /external/qemu/
translate-all.c 257 tb = tb_find_pc(retaddr);
1098 current_tb = tb_find_pc(env->mem_io_pc);
1358 TranslationBlock *tb_find_pc(uintptr_t tc_ptr) function
    [all...]
cpu-exec.c 753 tb = tb_find_pc(pc);
    [all...]
exec.c     [all...]
  /external/qemu/include/exec/
exec-all.h 352 TranslationBlock *tb_find_pc(uintptr_t pc_ptr);
  /external/qemu/target-mips/
op_helper.c 119 tb = tb_find_pc (pc);
    [all...]

Completed in 1475 milliseconds