OSDN Git Service

target/arm: Create pauth_ptr_mask
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 27 Feb 2023 21:33:25 +0000 (11:33 -1000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 6 Mar 2023 14:08:11 +0000 (14:08 +0000)
commitabf1f1b03aad07d9b7aa4bb5b06ac5a2c7b134d1
treeec74f325f241725c978439572c5ee60221e894c6
parent55f0fc61f8a386dbadecec6aa0ab442df5f12e4d
target/arm: Create pauth_ptr_mask

Keep the logic for pauth within pauth_helper.c, and expose
a helper function for use with the gdbstub pac extension.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20230227213329.793795-11-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/internals.h
target/arm/tcg/pauth_helper.c