target/arm: Use bit 55 explicitly for pauth
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 16 Feb 2020 19:43:40 +0000 (11:43 -0800)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 21 Feb 2020 16:07:00 +0000 (16:07 +0000)
commit7eeb4c2ce8dc0a5655526f3f39bd5d6cc02efb39
tree0386f0226dccc4af3d3dd48dd26b5ba304dec4f8
parent528dc354b6f3aa82d65141cc60bc0e725e6cae98
target/arm: Use bit 55 explicitly for pauth

The psuedocode in aarch64/functions/pac/auth/Auth and
aarch64/functions/pac/strip/Strip always uses bit 55 for
extfield and do not consider if the current regime has 2 ranges.

Suggested-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20200216194343.21331-2-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/pauth_helper.c