target/arm: Fix tlbbits calculation in tlbi_aa64_vae2is_write()
commiteb849d8fd542329b299be5a894d7e272eed16a49
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 20 Apr 2021 12:31:06 +0000 (20 13:31 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 10 May 2021 12:24:09 +0000 (10 13:24 +0100)
treebe2abf0b04f243393cd5ae2232cef6034d1cabce
parent68948d18224b93361e2880e2946ab268d0c650d7
target/arm: Fix tlbbits calculation in tlbi_aa64_vae2is_write()

In tlbi_aa64_vae2is_write() the calculation
  bits = tlbbits_for_regime(env, secure ? ARMMMUIdx_E2 : ARMMMUIdx_SE2,
                            pageaddr)

has the two arms of the ?: expression reversed. Fix the bug.

Fixes: b6ad6062f1e5
Reported-by: Rebecca Cran <rebecca@nuviainc.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Rémi Denis-Courmont <remi.denis.courmont@huawei.com>
Reviewed-by: Rebecca Cran <rebecca@nuviainc.com>
Message-id: 20210420123106.10861-1-peter.maydell@linaro.org
target/arm/helper.c