Home
last modified time | relevance | path

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

/qemu/accel/tcg/
H A Dcpu-exec.c450 cpu_tb_exec(CPUState *cpu, TranslationBlock *itb, int *tb_exit) in cpu_tb_exec() argument
473 *tb_exit = ret & TB_EXIT_MASK; in cpu_tb_exec()
475 trace_exec_tb_exit(last_tb, *tb_exit); in cpu_tb_exec()
477 if (*tb_exit > TB_EXIT_IDX1) { in cpu_tb_exec()
578 int tb_exit; in cpu_exec_step_atomic() local
610 cpu_tb_exec(cpu, tb, &tb_exit); in cpu_exec_step_atomic()
914 int *tb_exit) in cpu_loop_exec_tb() argument
917 tb = cpu_tb_exec(cpu, tb, tb_exit); in cpu_loop_exec_tb()
918 if (*tb_exit != TB_EXIT_REQUESTED) { in cpu_loop_exec_tb()
968 int tb_exit = 0; in cpu_exec_loop() local
[all …]