target/arm: Add ALIGN_MEM to TBFLAG_ANY
commit4479ec30c9c4d2399b6e5bf4e77d136cfd27aebd
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 19 Apr 2021 20:22:36 +0000 (19 13:22 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 30 Apr 2021 10:16:50 +0000 (30 11:16 +0100)
treef4c8888291f69d3bbeeb17887498b85ab56dcf28
parenteee81d41ec4c5bf9bbde4e4d35648e29e2244f3f
target/arm: Add ALIGN_MEM to TBFLAG_ANY

Use this to signal when memory access alignment is required.
This value comes from the CCR register for M-profile, and
from the SCTLR register for A-profile.

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