target/arm: Add coproc parameter to syn_fp_access_trap
commitfa33eead8674c08fee3ac770c20fd64970fa0142
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 10 Jun 2022 13:32:30 +0000 (10 14:32 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 10 Jun 2022 13:32:30 +0000 (10 14:32 +0100)
tree13fa02c2659092a6b6b4936c1f4e4689d749118f
parent7666a81d159e2ab76e8a1962e37615e8894552f5
target/arm: Add coproc parameter to syn_fp_access_trap

With ARMv8, this field is always RES0.
With ARMv7, targeting EL2 and TA=0, it is always 0xA.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220609202901.1177572-3-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/syndrome.h
target/arm/translate-a64.c
target/arm/translate-vfp.c