Re: [PATCH v3 5/9] target/arm: Add ARMCacheAttrs to the signature of pmsav8_mpu_lookup

2022-09-27 Thread Peter Maydell
On Sat, 20 Aug 2022 at 15:19, wrote: > > From: Tobias Röhmel > > Add ARMCacheAttrs to the signature of pmsav8_mpu_lookup to prepare > for the Cortex-R52 MPU which uses and combines cache attributes > of different translation levels. > > Signed-off-by: Tobias Röhmel > +bool pmsav8_mpu_lookup(CPU

[PATCH v3 5/9] target/arm: Add ARMCacheAttrs to the signature of pmsav8_mpu_lookup

2022-08-20 Thread tobias.roehmel
From: Tobias Röhmel Add ARMCacheAttrs to the signature of pmsav8_mpu_lookup to prepare for the Cortex-R52 MPU which uses and combines cache attributes of different translation levels. Signed-off-by: Tobias Röhmel --- target/arm/internals.h | 13 +++-- target/arm/m_helper.c | 3 ++- t