Home
last modified time | relevance | path

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

/openbmc/qemu/accel/tcg/
H A Dcpu-exec.c446 cpu_tb_exec(CPUState *cpu, TranslationBlock *itb, int *tb_exit) in cpu_tb_exec() argument
470 *tb_exit = ret & TB_EXIT_MASK; in cpu_tb_exec()
472 trace_exec_tb_exit(last_tb, *tb_exit); in cpu_tb_exec()
474 if (*tb_exit > TB_EXIT_IDX1) { in cpu_tb_exec()
574 int tb_exit; in cpu_exec_step_atomic() local
606 cpu_tb_exec(cpu, tb, &tb_exit); in cpu_exec_step_atomic()
915 int *tb_exit) in cpu_loop_exec_tb() argument
920 tb = cpu_tb_exec(cpu, tb, tb_exit); in cpu_loop_exec_tb()
921 if (*tb_exit != TB_EXIT_REQUESTED) { in cpu_loop_exec_tb()
972 int tb_exit = 0; in cpu_exec_loop() local
[all …]