target/arm: Use TRAP_UNCATEGORIZED for XScale CPAR traps
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 30 Jan 2025 18:23:06 +0000 (18:23 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 20 Feb 2025 14:20:28 +0000 (14:20 +0000)
commitf706b67da61aecc54bbdad16bea3fc69e9fd844b
tree4effd950a0dbd0b2731811f87669435110c5368d
parent2d60f1acdb950e85335b018bcaf4ba0f042a350c
target/arm: Use TRAP_UNCATEGORIZED for XScale CPAR traps

On XScale CPUs, there is no EL2 or AArch64, so no syndrome register.
These traps are just UNDEFs in the traditional AArch32 sense, so
CP_ACCESS_TRAP_UNCATEGORIZED is more accurate than CP_ACCESS_TRAP.
This has no visible behavioural change, because the guest doesn't
have a way to see the syndrome value we generate.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20250130182309.717346-12-peter.maydell@linaro.org
target/arm/tcg/op_helper.c