Home
last modified time | relevance | path

Searched refs:x86_cache_size (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/arch/x86/kernel/cpu/
Dproc.c90 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()
Dcentaur.c184 c->x86_cache_size = (cc>>24)+(dd>>24); in init_centaur()
Dcyrix.c289 c->x86_cache_size = 16; /* Yep 16K integrated cache thats it */ in init_cyrix()
Dcommon.c439 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()
Dintel_cacheinfo.c260 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()
Dintel.c436 l2 = c->x86_cache_size; in init_intel()
Dperf_event_intel_cqm.c1358 boot_cpu_data.x86_cache_size * 1024 / (cqm_max_rmid + 1); in intel_cqm_init()
/linux-4.4.14/arch/x86/include/asm/
Dprocessor.h116 int x86_cache_size; member