qemu-e2k/target/xtensa
Laurent Vivier 98670d47cd accel/tcg: add size paremeter in tlb_fill()
The MC68040 MMU provides the size of the access that
triggers the page fault.

This size is set in the Special Status Word which
is written in the stack frame of the access fault
exception.

So we need the size in m68k_cpu_unassigned_access() and
m68k_cpu_handle_mmu_fault().

To be able to do that, this patch modifies the prototype of
handle_mmu_fault handler, tlb_fill() and probe_write().
do_unassigned_access() already includes a size parameter.

This patch also updates handle_mmu_fault handlers and
tlb_fill() of all targets (only parameter, no code change).

Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20180118193846.24953-2-laurent@vivier.eu>
2018-01-25 16:02:24 +01:00
..
core-dc232b target/xtensa: switch dc232b to libisa 2017-12-18 21:26:19 -08:00
core-dc233c target/xtensa: switch dc233c to libisa 2017-12-18 21:26:19 -08:00
core-de212 target/xtensa: add de212 core 2018-01-11 12:45:27 -08:00
core-fsf target/xtensa: switch fsf to libisa 2017-12-18 21:26:19 -08:00
core-sample_controller target/xtensa: add sample_controller core 2018-01-22 11:54:58 -08:00
Makefile.objs target/xtensa: add sample_controller core 2018-01-22 11:54:58 -08:00
core-dc232b.c target/xtensa: switch dc232b to libisa 2017-12-18 21:26:19 -08:00
core-dc233c.c target/xtensa: switch dc233c to libisa 2017-12-18 21:26:19 -08:00
core-de212.c target/xtensa: add de212 core 2018-01-11 12:45:27 -08:00
core-fsf.c target/xtensa: switch fsf to libisa 2017-12-18 21:26:19 -08:00
core-sample_controller.c target/xtensa: add sample_controller core 2018-01-22 11:54:58 -08:00
cpu-qom.h Move target-* CPU file into a target/ folder 2016-12-20 21:52:12 +01:00
cpu.c target/xtensa: implement disassembler 2018-01-09 09:55:39 -08:00
cpu.h target/xtensa: allow different default CPU for MMU/noMMU 2018-01-22 11:54:23 -08:00
gdbstub.c target/xtensa: gdbstub: drop dead return statement 2017-07-11 11:18:37 +03:00
helper.c target/xtensa: use libisa for instruction decoding 2018-01-09 09:55:38 -08:00
helper.h target/xtensa updates: 2017-01-25 16:36:57 +00:00
import_core.sh target/xtensa: update import_core.sh script for libisa 2017-12-18 21:26:19 -08:00
monitor.c monitor: Fix crashes when using HMP commands without CPU 2017-02-21 18:29:01 +00:00
op_helper.c accel/tcg: add size paremeter in tlb_fill() 2018-01-25 16:02:24 +01:00
overlay_tool.h target/xtensa: fix default sysrom/sysram addresses 2018-01-11 09:31:26 -08:00
translate.c target/xtensa updates: 2018-01-24 16:59:36 +00:00
xtensa-isa-internal.h target/xtensa: import libisa source 2017-12-18 21:26:19 -08:00
xtensa-isa.c target/xtensa: import libisa source 2017-12-18 21:26:19 -08:00
xtensa-isa.h target/xtensa: import libisa source 2017-12-18 21:26:19 -08:00
xtensa-semi.c char: add backend hotswap handler 2017-07-14 11:04:33 +02:00