summary refs log tree commit diff stats
path: root/hw/core/numa.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2019-07-04 17:14:44 +0100
committerPeter Maydell <peter.maydell@linaro.org>2019-07-04 17:25:30 +0100
commitbe32116e32c3fd51c0d91fd658d534424434e659 (patch)
treeecc3d0d7210211c4cd18e0a735554157ec9f77df /hw/core/numa.c
parent077d7449100d824a4e9230e349099399bde3b20f (diff)
downloadfocaccia-qemu-be32116e32c3fd51c0d91fd658d534424434e659.tar.gz
focaccia-qemu-be32116e32c3fd51c0d91fd658d534424434e659.zip
target/arm: v8M: Check state of exception being returned from
In v8M, an attempt to return from an exception which is not
active is an illegal exception return. For this purpose,
exceptions which can configurably target either Secure or
NonSecure are not considered to be active if they are
configured for the opposite security state for the one
we're trying to return from (eg attempt to return from
an NS NMI but NMI targets Secure). In the pseudocode this
is handled by IsActiveForState().

Detect this case rather than counting an active exception
possibly of the wrong security state as being sufficient.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20190617175317.27557-4-peter.maydell@linaro.org
Diffstat (limited to 'hw/core/numa.c')
0 files changed, 0 insertions, 0 deletions