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

2024-09-03 Thread Alireza Sanaee via
On Tue, 3 Sep 2024 00:11:04 +0200 Philippe Mathieu-Daudé wrote: > Hi Alireza, > > On 2/9/24 22:32, Alireza Sanaee wrote: > > This patch allows for easier manipulation of the cache description > > register, CCSIDR. Which is helpful for testing as well. Currently, > > numbers get hard-coded and mi

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

2024-09-02 Thread Philippe Mathieu-Daudé
Hi Alireza, On 2/9/24 22:32, Alireza Sanaee wrote: This patch allows for easier manipulation of the cache description register, CCSIDR. Which is helpful for testing as well. Currently, numbers get hard-coded and might be prone to errors. Therefore, this patch adds a wrapper for different types

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

2024-09-02 Thread Alireza Sanaee via
This patch allows for easier manipulation of the cache description register, CCSIDR. Which is helpful for testing as well. Currently, numbers get hard-coded and might be prone to errors. Therefore, this patch adds a wrapper for different types of CPUs available in tcg to decribe caches. One functi