]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Use arm_hcr_el2_eff more places
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 13 Dec 2018 13:48:08 +0000 (13:48 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 13 Dec 2018 14:41:24 +0000 (14:41 +0000)
commit7c208e0f4171c9e2cc35efc12e1bf264a45c229f
treeae8cb404e301db592ea736bc5b208428b3fe9925
parentf77784446045231f7dfa46c9b872091241fa1557
target/arm: Use arm_hcr_el2_eff more places

Since arm_hcr_el2_eff includes a check against
arm_is_secure_below_el3, we can often remove a
nearby check against secure state.

In some cases, sort the call to arm_hcr_el2_eff
to the end of a short-circuit logical sequence.

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