qemu-patch-raspberry4/target/alpha
Emilio G. Cota 7f11636dbe tcg: remove addr argument from lookup_tb_ptr
It is unlikely that we will ever want to call this helper passing
an argument other than the current PC. So just remove the argument,
and use the pc we already get from cpu_get_tb_cpu_state.

This change paves the way to having a common "tb_lookup" function.

Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2017-10-10 07:37:10 -07:00
..
cpu-qom.h
cpu.c qom/cpu: move cpu_model null check to cpu_class_by_name() 2017-10-09 23:21:52 -03:00
cpu.h target/alpha: Switch to do_transaction_failed() hook 2017-09-07 11:15:55 -07:00
fpu_helper.c
gdbstub.c
helper.c target/alpha: Switch to do_transaction_failed() hook 2017-09-07 11:15:55 -07:00
helper.h
int_helper.c
machine.c target/alpha: Merge several flag bytes into ENV->FLAGS 2017-07-18 18:41:52 -10:00
Makefile.objs
mem_helper.c target/alpha: Switch to do_transaction_failed() hook 2017-09-07 11:15:55 -07:00
STATUS
sys_helper.c
translate.c tcg: remove addr argument from lookup_tb_ptr 2017-10-10 07:37:10 -07:00
vax_helper.c