target/arm: Cache the Tagged bit for a page in MemTxAttrs
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 26 Jun 2020 03:31:40 +0000 (20:31 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 26 Jun 2020 13:31:12 +0000 (14:31 +0100)
commit337a03f07ff0f9e6295662f4094e03a045b60bdc
tree92c2f7fa41b7bcfd1eeff25fceff9f6d96b7e024
parent7e98e21c09871cddc20946c8f3f3595e93154ecb
target/arm: Cache the Tagged bit for a page in MemTxAttrs

This "bit" is a particular value of the page's MemAttr.

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