qemu-e2k/target-arm
Peter Maydell 8c6084bf10 target-arm: Move setting of exception info into tlb_fill
Move the code which sets exception information out of
arm_cpu_handle_mmu_fault and into tlb_fill. tlb_fill
is the only caller which wants to raise_exception()
so it makes more sense for it to handle the whole of
the exception setup.

As part of this cleanup, move the user-mode-only
implementation function for the handle_mmu_fault CPU
method into cpu.c so we don't need to make it globally
visible, and rename the softmmu-only utility function
arm_cpu_handle_mmu_fault to arm_tlb_fill so it's clear
that it's not the same thing.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
2015-05-29 11:28:51 +01:00
..
arm_ldst.h
arm-semi.c Pass semihosting exit code back to system. 2014-12-11 12:07:48 +00:00
cpu64.c target-arm: cpu64: Add support for Cortex-A53 2015-05-18 16:41:08 +01:00
cpu-qom.h target-arm: Add ARMCPU secure property 2014-12-22 23:12:28 +00:00
cpu.c target-arm: Move setting of exception info into tlb_fill 2015-05-29 11:28:51 +01:00
cpu.h target-arm: Move setting of exception info into tlb_fill 2015-05-29 11:28:51 +01:00
crypto_helper.c target-arm: crypto: fix BE host support 2015-01-16 11:54:29 +00:00
gdbstub64.c
gdbstub.c
helper-a64.c target-arm: Store SPSR_EL1 state in banked_spsr[1] (SPSR_svc) 2015-04-01 17:57:29 +01:00
helper-a64.h
helper.c target-arm: Move setting of exception info into tlb_fill 2015-05-29 11:28:51 +01:00
helper.h target-arm: Add exception target el infrastructure 2015-05-29 11:28:50 +01:00
internals.h target-arm: Move setting of exception info into tlb_fill 2015-05-29 11:28:51 +01:00
iwmmxt_helper.c
kvm32.c target-arm: kvm: save/restore mp state 2015-04-01 17:57:30 +01:00
kvm64.c target-arm: kvm64 fix save/restore of SPSR regs 2015-04-01 17:57:30 +01:00
kvm_arm.h target-arm: kvm: save/restore mp state 2015-04-01 17:57:30 +01:00
kvm-consts.h
kvm-stub.c
kvm.c kvm: add support for memory transaction attributes 2015-04-30 16:55:32 +02:00
machine.c vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR* 2015-01-26 12:22:44 +01:00
Makefile.objs
neon_helper.c
op_addsub.h
op_helper.c target-arm: Move setting of exception info into tlb_fill 2015-05-29 11:28:51 +01:00
psci.c
translate-a64.c target-arm: Add exception target el infrastructure 2015-05-29 11:28:50 +01:00
translate.c target-arm: Add exception target el infrastructure 2015-05-29 11:28:50 +01:00
translate.h target-arm: Add exception target el infrastructure 2015-05-29 11:28:50 +01:00