Home
last modified time | relevance | path

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

/openbmc/qemu/accel/tcg/
H A Dcpu-exec.c450 TranslationBlock *last_tb; in cpu_tb_exec() local
472 trace_exec_tb_exit(last_tb, *tb_exit); in cpu_tb_exec()
487 cc->set_pc(cpu, last_tb->pc); in cpu_tb_exec()
509 return last_tb; in cpu_tb_exec()
873 *last_tb = NULL; in cpu_handle_interrupt()
884 *last_tb = NULL; in cpu_handle_interrupt()
910 *last_tb = tb; in cpu_loop_exec_tb()
914 *last_tb = NULL; in cpu_loop_exec_tb()
958 TranslationBlock *last_tb = NULL; in cpu_exec_loop() local
1014 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"