target/arm: Implement GPC exceptions
commit11b76fda0adcf84055863c42f8f6cebe3eef8ca0
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 23 Jun 2023 10:15:48 +0000 (23 11:15 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 23 Jun 2023 10:15:48 +0000 (23 11:15 +0100)
tree92c598ca2a3ff6472bda5a6a651f9550a3fd2c69
parentf65a9bc7197a0cc7f4546631e3ad82945a36270f
target/arm: Implement GPC exceptions

Handle GPC Fault types in arm_deliver_fault, reporting as
either a GPC exception at EL3, or falling through to insn
or data aborts at various exception levels.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20230620124418.805717-19-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu.h
target/arm/helper.c
target/arm/internals.h
target/arm/tcg/tlb_helper.c