OSDN Git Service

target/arm: Implement UAO semantics
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 8 Feb 2020 12:58:15 +0000 (12:58 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 13 Feb 2020 14:14:55 +0000 (14:14 +0000)
commit7a8014ab871d5320effd737dfe88b2e80f16a509
treee42fa83cf7f0e84b9b8f7644217b0b63d088721f
parent9eeb7a1c9531cb3574bfe2c36eb7624802c3ec00
target/arm: Implement UAO semantics

We need only override the current condition under which
TBFLAG_A64.UNPRIV is set.

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