Re: [PATCH] target/arm/tcg: refine cache descriptions with a wrapper

2024-08-30 Thread Alireza Sanaee via
On Fri, 30 Aug 2024 17:29:59 +0100 Peter Maydell wrote: > On Fri, 30 Aug 2024 at 17:19, Alireza Sanaee > wrote: > > > > Add wrapper for different types of CPUs available in tcg to decribe > > caches. Two functions `make_ccsidr32` and `make_ccsidr64` > > describing descriptions. The 32 bit versio

Re: [PATCH] target/arm/tcg: refine cache descriptions with a wrapper

2024-08-30 Thread Peter Maydell
On Fri, 30 Aug 2024 at 17:19, Alireza Sanaee wrote: > > Add wrapper for different types of CPUs available in tcg to decribe > caches. Two functions `make_ccsidr32` and `make_ccsidr64` > describing descriptions. The 32 bit version receives extra parameters > that became unknown later in 64 bit. > >

[PATCH] target/arm/tcg: refine cache descriptions with a wrapper

2024-08-30 Thread Alireza Sanaee via
Add wrapper for different types of CPUs available in tcg to decribe caches. Two functions `make_ccsidr32` and `make_ccsidr64` describing descriptions. The 32 bit version receives extra parameters that became unknown later in 64 bit. For CCSIDR register, 32 bit version follows specification [1]. Co