Searched refs:tb_exit (Results 1 – 1 of 1) sorted by relevance
447 cpu_tb_exec(CPUState *cpu, TranslationBlock *itb, int *tb_exit) in cpu_tb_exec() argument470 *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()575 int tb_exit; in cpu_exec_step_atomic() local607 cpu_tb_exec(cpu, tb, &tb_exit); in cpu_exec_step_atomic()905 int *tb_exit) in cpu_loop_exec_tb() argument908 tb = cpu_tb_exec(cpu, tb, tb_exit); in cpu_loop_exec_tb()909 if (*tb_exit != TB_EXIT_REQUESTED) { in cpu_loop_exec_tb()959 int tb_exit = 0; in cpu_exec_loop() local[all …]