unicorn/qemu/target
Laurent Vivier 8800971c07
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.

Backports commit 54e1e0b5b5ce4fc76335b1fbbf09cb8fdd5ab89d from qemu
2018-03-06 11:13:30 -05:00
..
arm accel/tcg: add size paremeter in tlb_fill() 2018-03-06 10:56:34 -05:00
i386 accel/tcg: add size paremeter in tlb_fill() 2018-03-06 10:56:34 -05:00
m68k target/m68k: add index parameter to gen_load()/gen_store() and Co. 2018-03-06 11:13:30 -05:00
mips accel/tcg: add size paremeter in tlb_fill() 2018-03-06 10:56:34 -05:00
sparc accel/tcg: add size paremeter in tlb_fill() 2018-03-06 10:56:34 -05:00