Home
last modified time | relevance | path

Searched refs:tb_find_pc (Results 1 – 7 of 7) sorted by relevance

/external/qemu/memcheck/
Dmemcheck_util.h183 const TranslationBlock* tb = tb_find_pc(tb_pc); in memcheck_tpc_to_gpc()
/external/qemu/
Dexec-all.h339 TranslationBlock *tb_find_pc(unsigned long pc_ptr);
Dexec.c998 current_tb = tb_find_pc(env->mem_io_pc); in tb_invalidate_phys_page_range()
1102 current_tb = tb_find_pc(pc); in tb_invalidate_phys_page()
1267 TranslationBlock *tb_find_pc(unsigned long tc_ptr) in tb_find_pc() function
2960 tb = tb_find_pc(env->mem_io_pc); in check_watchpoint()
3849 tb = tb_find_pc((unsigned long)retaddr); in cpu_io_recompile()
Dcpu-exec.c834 tb = tb_find_pc(pc); in handle_cpu_signal()
/external/qemu/target-arm/
Dop_helper.c89 tb = tb_find_pc(pc); in tlb_fill()
/external/qemu/target-mips/
Dop_helper.c62 tb = tb_find_pc (pc); in do_restore_state()
1923 tb = tb_find_pc(pc); in tlb_fill()
/external/qemu/target-i386/
Dop_helper.c4847 tb = tb_find_pc(pc); in tlb_fill()