Searched refs:cache_size (Results 1 – 7 of 7) sorted by relevance
277 unsigned int cache_size = 0x0UL; in platform_cache_init() local286 …>cpu_cache_dispatch(cpu_data_ptr->cpu_id, CacheConfig, CacheConfigSize, (unsigned int)&cache_size); in platform_cache_init()287 cpuid_cache_info->c_l2size = cache_size; in platform_cache_init()
669 cpu_infop->l1_icache_size = cpuid_infop->cache_size[L1I]; in ml_cpu_get_info_type()670 cpu_infop->l1_dcache_size = cpuid_infop->cache_size[L1D]; in ml_cpu_get_info_type()672 if (cpuid_infop->cache_size[L2U] > 0) { in ml_cpu_get_info_type()674 cpu_infop->l2_cache_size = cpuid_infop->cache_size[L2U]; in ml_cpu_get_info_type()680 if (cpuid_infop->cache_size[L3U] > 0) { in ml_cpu_get_info_type()682 cpu_infop->l3_cache_size = cpuid_infop->cache_size[L3U]; in ml_cpu_get_info_type()
129 if (cachep->type == 0 || cpuid_info()->cache_size[i] == 0) { in x86_LLC_info()287 if (cachep->type == 0 || cpuid_info()->cache_size[i] == 0) { in x86_cache_list()301 cur->cache_size = cpuid_info()->cache_size[i]; in x86_cache_list()329 && cur_cache->cache_size == matcher->cache_size) { in x86_match_cache()
380 uint32_t cache_size; in cpuid_set_cache_info() local424 cache_size = cache_linesize * cache_sets * in cpuid_set_cache_info()426 info_p->cache_size[type] = cache_size; in cpuid_set_cache_info()432 cache_type_str[type], cache_size); in cpuid_set_cache_info()492 info_p->cache_size[L2U] = info_p->cpuid_cache_size * 1024; in cpuid_set_cache_info()499 info_p->cache_size[L2U]); in cpuid_set_cache_info()
55 uint32_t cache_size; /* total size of cache */ member
310 return cachep ? cachep->cache_size : 0; in ml_cpu_cache_size()
444 uint32_t cache_size[LCACHE_MAX]; member