target/arm: Move TLB related routines to tlb_helper.c
commite21b551cb652663f2f2405a64d63ef6b4a1042b7
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Mon, 1 Jul 2019 16:26:21 +0000 (1 17:26 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 1 Jul 2019 16:29:01 +0000 (1 17:29 +0100)
tree82662d5ed639b943a78430ab3ce65a980e74b89a
parentebae861fc6c385a7bcac72dde4716be06e6776f1
target/arm: Move TLB related routines to tlb_helper.c

These routines are TCG specific.
The arm_deliver_fault() function is only used within the new
helper. Make it static.

Suggested-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20190701132516.26392-13-philmd@redhat.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/Makefile.objs
target/arm/cpu.c
target/arm/helper.c
target/arm/internals.h
target/arm/op_helper.c
target/arm/tlb_helper.c [new file with mode: 0644]