Re: [PATCH v7 37/42] target/arm: Implement data cache set allocation tags

2020-06-19 Thread Peter Maydell
On Wed, 3 Jun 2020 at 02:14, Richard Henderson wrote: > > This is DC GVA and DC GZVA, and the tag check for DC ZVA. > > Signed-off-by: Richard Henderson Reviewed-by: Peter Maydell thanks -- PMM

[PATCH v7 37/42] target/arm: Implement data cache set allocation tags

2020-06-02 Thread Richard Henderson
This is DC GVA and DC GZVA, and the tag check for DC ZVA. Signed-off-by: Richard Henderson --- v2: Use allocation_tag_mem + memset. v3: Require pre-cleaned addresses. v6: Move DCZ block size assert to cpu realize. Perform a tag check for DC ZVA. --- target/arm/cpu.h | 4 +++-