Searched refs:x86_cache_size (Results 1 – 8 of 8) sorted by relevance
90 if (c->x86_cache_size >= 0) in show_cpuinfo()91 seq_printf(m, "cache size\t: %d KB\n", c->x86_cache_size); in show_cpuinfo()
184 c->x86_cache_size = (cc>>24)+(dd>>24); in init_centaur()
289 c->x86_cache_size = 16; /* Yep 16K integrated cache thats it */ in init_cyrix()
439 c->x86_cache_size = (ecx>>24) + (edx>>24); in cpu_detect_cache_sizes()467 c->x86_cache_size = l2size; in cpu_detect_cache_sizes()867 c->x86_cache_size = -1; in identify_cpu()
260 size_in_kb = __this_cpu_read(cpu_info.x86_cache_size); in amd_cpuid4()800 c->x86_cache_size = l3 ? l3 : (l2 ? l2 : (l1i+l1d)); in init_intel_cacheinfo()
436 l2 = c->x86_cache_size; in init_intel()
1358 boot_cpu_data.x86_cache_size * 1024 / (cqm_max_rmid + 1); in intel_cqm_init()
116 int x86_cache_size; member