OSDN Git Service

linux-user/aarch64: Implement PROT_MTE
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 12 Feb 2021 18:48:55 +0000 (10:48 -0800)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 16 Feb 2021 13:08:46 +0000 (13:08 +0000)
commitd109b46d8d3568bcab76295ac31aa1d9d4268e11
tree9dde8a0f8e003593e63617c213bf2a240a600d10
parentbfd0572f43eea3162949fef02b4fd3fd6a3871d4
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>
include/exec/cpu-all.h
linux-user/mmap.c
linux-user/syscall_defs.h
target/arm/cpu.h