]> xenbits.xensource.com Git - qemu-xen.git/commit
target/arm: Set TCR_EL1.TSZ for user-only
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 1 Mar 2022 21:59:42 +0000 (11:59 -1000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 2 Mar 2022 19:27:36 +0000 (19:27 +0000)
commit691f1ffdfc446acc1a9f0831fcced5012f6de52a
tree1d98c944a11d9648075631a468481f83cce6805e
parentd5e51efb9f1842d85f24fb0e2fe298641de6e129
target/arm: Set TCR_EL1.TSZ for user-only

Set this as the kernel would, to 48 bits, to keep the computation
of the address space correct for PAuth.

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