Searched refs:x86_cache_size (Results 1 – 8 of 8) sorted by relevance
89 if (c->x86_cache_size >= 0) in show_cpuinfo()90 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()
455 c->x86_cache_size = (ecx>>24) + (edx>>24); in cpu_detect_cache_sizes()483 c->x86_cache_size = l2size; in cpu_detect_cache_sizes()882 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()
405 l2 = c->x86_cache_size; in init_intel()
1354 boot_cpu_data.x86_cache_size * 1024 / (cqm_max_rmid + 1); in intel_cqm_init()
110 int x86_cache_size; member