Home
last modified time | relevance | path

Searched refs:tcg_qemu_tb_exec (Results 1 – 2 of 2) sorted by relevance

/external/qemu/tcg/
Dtcg.h764 #if !defined(tcg_qemu_tb_exec)
765 # define tcg_qemu_tb_exec(env, tb_ptr) \ macro
/external/qemu/
Dcpu-exec.c108 next_tb = tcg_qemu_tb_exec(env, tb->tc_ptr); in cpu_exec_nocache()
596 next_tb = tcg_qemu_tb_exec(env, tc_ptr); in cpu_exec()