On Wed, 16 Jun 2021 at 20:57, Peter Collingbourne <p...@google.com> 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 <p...@google.com> > Reviewed-by: Richard Henderson <richard.hender...@linaro.org> > --- > v2: > - remove unused argument > > target/arm/cpu64.c | 2 +- > target/arm/mte_helper.c | 82 +++++++++++++++++++++++++---------------- > 2 files changed, 52 insertions(+), 32 deletions(-)
Applied to target-arm.next, thanks. -- PMM