target/arm: make ARMCPU.ctr 64-bit
authorLeif Lindholm <leif@nuviainc.com>
Fri, 8 Jan 2021 18:51:51 +0000 (18:51 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 12 Jan 2021 10:09:14 +0000 (10:09 +0000)
commita5fd319ae7f6d496ff5448ec1dedcae8e2f59e9f
tree1c40530c8c962ca935a910710f5a3a8a401ab745
parentf6450bcb6b2d3e4beae77141edce9e99cb8c277e
target/arm: make ARMCPU.ctr 64-bit

When FEAT_MTE is implemented, the AArch64 view of CTR_EL0 adds the
TminLine field in bits [37:32].
Extend the ctr field to be able to hold this context.

Signed-off-by: Leif Lindholm <leif@nuviainc.com>
Reviewed-by: Hao Wu <wuhaotsh@google.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Laurent Desnogues <laurent.desnogues@gmail.com>
Message-id: 20210108185154.8108-4-leif@nuviainc.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu.h