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()
486 cc->set_pc(cpu, last_tb->pc); in cpu_tb_exec()
508 return last_tb; in cpu_tb_exec()
880 *last_tb = NULL; in cpu_handle_interrupt()
891 *last_tb = NULL; in cpu_handle_interrupt()
922 *last_tb = tb; in cpu_loop_exec_tb()
926 *last_tb = NULL; in cpu_loop_exec_tb()
971 TranslationBlock *last_tb = NULL; in cpu_exec_loop() local
1033 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"