]> git.proxmox.com Git - mirror_qemu.git/commit - target/arm/helper.c
target/arm: Add wrapper macros for accessing tbflags
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 19 Apr 2021 20:22:30 +0000 (13:22 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 30 Apr 2021 10:16:50 +0000 (11:16 +0100)
commita729a46b05ab09e473cd757ee7a62373a175fa62
treef801d1d06078a914de337d4e8ba5956426371fa1
parentae6eb1e9b3ccc211d96261a5c650e6650b508aa6
target/arm: Add wrapper macros for accessing tbflags

We're about to split tbflags into two parts.  These macros
will ensure that the correct part is used with the correct
set of bits.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210419202257.161730-5-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu.h
target/arm/helper-a64.c
target/arm/helper.c
target/arm/translate-a64.c
target/arm/translate.c