[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 3/6] target/arm: make ARMCPU.ctr 64-bit
From: |
Richard Henderson |
Subject: |
Re: [PATCH v3 3/6] target/arm: make ARMCPU.ctr 64-bit |
Date: |
Fri, 8 Jan 2021 12:33:33 -1000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 |
On 1/8/21 8:51 AM, Leif Lindholm wrote:
> 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>
> ---
> target/arm/cpu.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
r~
- [PATCH v3 0/6] target/arm: various changes to cpu.h, Leif Lindholm, 2021/01/08
- [PATCH v3 1/6] target/arm: fix typo in cpu.h ID_AA64PFR1 field name, Leif Lindholm, 2021/01/08
- [PATCH v3 2/6] target/arm: make ARMCPU.clidr 64-bit, Leif Lindholm, 2021/01/08
- [PATCH v3 3/6] target/arm: make ARMCPU.ctr 64-bit, Leif Lindholm, 2021/01/08
- [PATCH v3 4/6] target/arm: add descriptions of CLIDR_EL1, CCSIDR_EL1, CTR_EL0 to cpu.h, Leif Lindholm, 2021/01/08
- [PATCH v3 6/6] target/arm: add aarch32 ID register fields to cpu.h, Leif Lindholm, 2021/01/08
- [PATCH v3 5/6] target/arm: add aarch64 ID register fields to cpu.h, Leif Lindholm, 2021/01/08
- Re: [PATCH v3 0/6] target/arm: various changes to cpu.h, Peter Maydell, 2021/01/12