diff options
| author | Richard Henderson | 2021-02-12 19:48:55 +0100 |
|---|---|---|
| committer | Peter Maydell | 2021-02-16 14:08:46 +0100 |
| commit | d109b46d8d3568bcab76295ac31aa1d9d4268e11 (patch) | |
| tree | 9dde8a0f8e003593e63617c213bf2a240a600d10 /linux-user/syscall_defs.h | |
| parent | linux-user/aarch64: Implement PR_MTE_TCF and PR_MTE_TAG (diff) | |
| download | qemu-d109b46d8d3568bcab76295ac31aa1d9d4268e11.tar.gz qemu-d109b46d8d3568bcab76295ac31aa1d9d4268e11.tar.xz qemu-d109b46d8d3568bcab76295ac31aa1d9d4268e11.zip | |
linux-user/aarch64: Implement PROT_MTE
Remember the PROT_MTE bit as PAGE_MTE/PAGE_TARGET_2.
Otherwise this does not yet have effect.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210212184902.1251044-25-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'linux-user/syscall_defs.h')
| -rw-r--r-- | linux-user/syscall_defs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-user/syscall_defs.h b/linux-user/syscall_defs.h index f98c1c1c8d..46a960fccb 100644 --- a/linux-user/syscall_defs.h +++ b/linux-user/syscall_defs.h @@ -1311,6 +1311,7 @@ struct target_winsize { #ifdef TARGET_AARCH64 #define TARGET_PROT_BTI 0x10 +#define TARGET_PROT_MTE 0x20 #endif /* Common */ |
