get_cache_size
uintptr_t get_cache_size(u32 level, enum cache_type type);
get_cache_size(1, CACHE_TYPE_DATA)); \
get_cache_size(2, CACHE_TYPE_UNIFIED)); \
get_cache_size(3, CACHE_TYPE_UNIFIED)); \
get_cache_size(1, CACHE_TYPE_INST)); \
ret = get_cache_size(uparams->cpu, test->resource, &cache_total_size);
ret = get_cache_size(uparams->cpu, "L3", &cache_total_size);
ret = get_cache_size(cpu_no, cache_type, &cache_total_size);
int get_cache_size(int cpu_no, const char *cache_type, unsigned long *cache_size);