Home
last modified time | relevance | path

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

/qemu/accel/tcg/
H A Dcpu-exec.c453 TranslationBlock *last_tb; in cpu_tb_exec() local
475 trace_exec_tb_exit(last_tb, *tb_exit); in cpu_tb_exec()
490 cc->set_pc(cpu, last_tb->pc); in cpu_tb_exec()
512 return last_tb; in cpu_tb_exec()
882 *last_tb = NULL; in cpu_handle_interrupt()
893 *last_tb = NULL; in cpu_handle_interrupt()
919 *last_tb = tb; in cpu_loop_exec_tb()
923 *last_tb = NULL; in cpu_loop_exec_tb()
967 TranslationBlock *last_tb = NULL; in cpu_exec_loop() local
1023 last_tb = NULL; in cpu_exec_loop()
[all …]
H A Dtrace-events7 exec_tb_exit(void *last_tb, unsigned int flags) "tb:%p flags=0x%x"