On Wed, 22 Apr 2020 at 05:33, Richard Henderson <richard.hender...@linaro.org> wrote: > > For contiguous predicated memory operations, we want to > minimize the number of tlb lookups performed. We have > open-coded this for sve_ld1_r, but for correctness with > MTE we will need this for all of the memory operations. > > Create a structure that holds the bounds of active elements, > and metadata for two pages. Add routines to find those > active elements, lookup the pages, and run watchpoints > for those pages. > > Temporarily mark the functions unused to avoid Werror. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM