]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/arm: Implement pauth_auth
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 21 Jan 2019 10:23:13 +0000 (10:23 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 21 Jan 2019 10:38:54 +0000 (10:38 +0000)
commita7bfa086c973a51fc18116c9d2e22a0e0069edba
tree5d8ff467d7b7af26c9ae0e3661bf0ba8b18dd02f
parent04d13549fa10bb9775a90701e4e6fd0a2cbf83cb
target/arm: Implement pauth_auth

This is not really functional yet, because the crypto is not yet
implemented.  This, however follows the Auth pseudo function.

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