linux-user: Set PAGE_TARGET_1 for TARGET_PROT_BTI
commitbe5d6f4884021208ae0e73379c83e51500ad3a8d
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 21 Oct 2020 17:37:39 +0000 (21 10:37 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 27 Oct 2020 10:44:02 +0000 (27 10:44 +0000)
tree900f37df4b572acc462d978b0653f29a8e60c029
parent0b6a03c044b6b0b09ad590c0d8b1bc60f12b9612
linux-user: Set PAGE_TARGET_1 for TARGET_PROT_BTI

Transform the prot bit to a qemu internal page bit, and save
it in the page tables.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20201021173749.111103-3-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
target/arm/translate-a64.c