qemu-e2k/target/m68k
Laurent Vivier 54e1e0b5b5 target/m68k: add index parameter to gen_load()/gen_store() and Co.
The instruction "moves" can select source and destination
address space (user or kernel). This patch modifies
all the load/store functions to be able to provide
the address space the caller wants to use instead
of using the current one. All the callers are modified
to provide the default address space to these functions.

Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20180118193846.24953-5-laurent@vivier.eu>
2018-01-25 16:02:24 +01:00
..
Makefile.objs target/m68k: add monitor.c 2017-12-21 20:11:28 +01:00
cpu-qom.h
cpu.c target/m68k: add MC68040 MMU 2018-01-25 16:02:24 +01:00
cpu.h target/m68k: add Transparent Translation 2018-01-25 16:02:24 +01:00
fpu_helper.c target/m68k: Switch fpu_rom from make_floatx80() to make_floatx80_init() 2017-09-10 18:07:40 +02:00
gdbstub.c target/m68k: add the Interrupt Stack Pointer 2018-01-04 17:24:35 +01:00
helper.c target/m68k: add Transparent Translation 2018-01-25 16:02:24 +01:00
helper.h target/m68k: add the Interrupt Stack Pointer 2018-01-04 17:24:35 +01:00
m68k-semi.c
monitor.c target/m68k: add Transparent Translation 2018-01-25 16:02:24 +01:00
op_helper.c target/m68k: add MC68040 MMU 2018-01-25 16:02:24 +01:00
qregs.def target-m68k: use floatx80 internally 2017-06-21 22:10:29 +02:00
translate.c target/m68k: add index parameter to gen_load()/gen_store() and Co. 2018-01-25 16:02:24 +01:00