Re: [PATCH v3 22/42] target/arm: Use probe_access_full for MTE

2022-10-06 Thread Peter Maydell
On Sat, 1 Oct 2022 at 17:50, Richard Henderson wrote: > > The CPUTLBEntryFull structure now stores the original pte attributes, as > well as the physical address. Therefore, we no longer need a separate > bit in MemTxAttrs, nor do we need to walk the tree of memory regions. > > Signed-off-by: Ric

[PATCH v3 22/42] target/arm: Use probe_access_full for MTE

2022-10-01 Thread Richard Henderson
The CPUTLBEntryFull structure now stores the original pte attributes, as well as the physical address. Therefore, we no longer need a separate bit in MemTxAttrs, nor do we need to walk the tree of memory regions. Signed-off-by: Richard Henderson --- target/arm/cpu.h | 1 - target