Hi Ilpo, On 11/20/2023 3:13 AM, Ilpo Järvinen wrote: > CAT and CMT tests calculate size of the cache portion for the n-bits > cache allocation on their own. > > Add cache_portion_size() helper that calculates size of the cache > portion for the given number of bits and use it to replace the existing > span calculations. This also prepares for the new CAT test that will > need to determine the size of the cache portion also during results > processing. > > Rename also 'cache_size' local variables to 'cache_total_size' to > prevent misinterpretations. > > Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@xxxxxxxxxxxxxxx> > --- Reviewed-by: Reinette Chatre <reinette.chatre@xxxxxxxxx> Reinette