Re: [PATCH] target/arm: Implement MTE3

2021-07-08 Thread Richard Henderson
On 7/8/21 8:08 AM, Richard Henderson wrote: Cc: Peter. Bah, nevermind. There was a v2 that already went in. r~

Re: [PATCH] target/arm: Implement MTE3

2021-07-08 Thread Richard Henderson
Cc: Peter. r~ On 6/11/21 12:06 PM, Peter Collingbourne wrote: MTE3 introduces an asymmetric tag checking mode, in which loads are checked synchronously and stores are checked asynchronously. Add support for it. Signed-off-by: Peter Collingbourne --- target/arm/cpu64.c | 2 +- target/

Re: [PATCH] target/arm: Implement MTE3

2021-06-12 Thread Richard Henderson
On 6/11/21 12:06 PM, Peter Collingbourne wrote: MTE3 introduces an asymmetric tag checking mode, in which loads are checked synchronously and stores are checked asynchronously. Add support for it. Signed-off-by: Peter Collingbourne --- target/arm/cpu64.c | 2 +- target/arm/mte_helper.c

[PATCH] target/arm: Implement MTE3

2021-06-11 Thread Peter Collingbourne
MTE3 introduces an asymmetric tag checking mode, in which loads are checked synchronously and stores are checked asynchronously. Add support for it. Signed-off-by: Peter Collingbourne --- target/arm/cpu64.c | 2 +- target/arm/mte_helper.c | 83 ++--- 2 f