qemu/target/arm
Peter Maydell f2b4a98930 target/arm: Allow access to SPSR_hyp from hyp mode
Architecturally, the AArch32 MSR/MRS to/from banked register
instructions are UNPREDICTABLE for attempts to access a banked
register that the guest could access in a more direct way (e.g.
using this insn to access r8_fiq when already in FIQ mode).  QEMU has
chosen to UNDEF on all of these.

However, for the case of accessing SPSR_hyp from hyp mode, it turns
out that real hardware permits this, with the same effect as if the
guest had directly written to SPSR. Further, there is some
guest code out there that assumes it can do this, because it
happens to work on hardware: an example Cortex-R52 startup code
fragment uses this, and it got copied into various other places,
including Zephyr. Zephyr was fixed to not use this:
 https://github.com/zephyrproject-rtos/zephyr/issues/47330
but other examples are still out there, like the selftest
binary for the MPS3-AN536.

For convenience of being able to run guest code, permit
this UNPREDICTABLE access instead of UNDEFing it.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20240206132931.38376-5-peter.maydell@linaro.org
2024-02-15 14:32:38 +00:00
..
hvf
tcg target/arm: Allow access to SPSR_hyp from hyp mode 2024-02-15 14:32:38 +00:00
arch_dump.c
arm-powerctl.c
arm-powerctl.h
arm-qmp-cmds.c
common-semi-target.h
cortex-regs.c
cpregs.h
cpu64.c
cpu-features.h
cpu-param.h
cpu-qom.h
cpu.c
cpu.h
debug_helper.c
gdbstub64.c
gdbstub.c
gtimer.h
helper.c
helper.h
hvf_arm.h
hyp_gdbstub.c
idau.h
internals.h
Kconfig
kvm_arm.h
kvm-consts.h
kvm-stub.c
kvm.c
machine.c
meson.build
multiprocessing.h
op_addsub.h
ptw.c
syndrome.h
tcg-stubs.c
trace-events
trace.h
vfp_helper.c