diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2019-01-25 14:57:12 -0800 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2019-02-01 15:05:22 +0000 |
commit | 87877543b14feebf1bc4fd336d41901b036acf98 (patch) | |
tree | 451ad2337d28209b5954609fa76cc531b3a51e3b /linux-user/aarch64/target_syscall.h | |
parent | 29d26ab2b0722138b52050a61970b952b74243f2 (diff) |
linux-user: Initialize aarch64 pac keys
Initialize the keys to a non-zero value on process start.
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'linux-user/aarch64/target_syscall.h')
-rw-r--r-- | linux-user/aarch64/target_syscall.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux-user/aarch64/target_syscall.h b/linux-user/aarch64/target_syscall.h index 205265e619..937fd7989e 100644 --- a/linux-user/aarch64/target_syscall.h +++ b/linux-user/aarch64/target_syscall.h @@ -22,4 +22,6 @@ struct target_pt_regs { #define TARGET_PR_SVE_SET_VL 50 #define TARGET_PR_SVE_GET_VL 51 +void arm_init_pauth_key(ARMPACKey *key); + #endif /* AARCH64_TARGET_SYSCALL_H */ |