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()
694 cpu_infop->l1_icache_size = cpuid_infop->cache_size[L1I]; in ml_cpu_get_info_type()695 cpu_infop->l1_dcache_size = cpuid_infop->cache_size[L1D]; in ml_cpu_get_info_type()697 if (cpuid_infop->cache_size[L2U] > 0) { in ml_cpu_get_info_type()699 cpu_infop->l2_cache_size = cpuid_infop->cache_size[L2U]; in ml_cpu_get_info_type()705 if (cpuid_infop->cache_size[L3U] > 0) { in ml_cpu_get_info_type()707 cpu_infop->l3_cache_size = cpuid_infop->cache_size[L3U]; in ml_cpu_get_info_type()
126 if (cachep->type == 0 || cpuid_info()->cache_size[i] == 0) { in x86_LLC_info()284 if (cachep->type == 0 || cpuid_info()->cache_size[i] == 0) { in x86_cache_list()298 cur->cache_size = cpuid_info()->cache_size[i]; in x86_cache_list()326 && 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()
445 uint32_t cache_size[LCACHE_MAX]; member