Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/
A Dproc.c98 if (c->x86_cache_size) in show_cpuinfo()
99 seq_printf(m, "cache size\t: %u KB\n", c->x86_cache_size); in show_cpuinfo()
A Dcentaur.c202 c->x86_cache_size = (cc>>24)+(dd>>24); in init_centaur()
A Dcyrix.c295 c->x86_cache_size = 16; /* Yep 16K integrated cache that's it */ in init_cyrix()
A Dcacheinfo.c188 size_in_kb = __this_cpu_read(cpu_info.x86_cache_size); in legacy_amd_cpuid4()
372 c->x86_cache_size = l3 ? l3 : (l2 ? l2 : l1i + l1d); in intel_cacheinfo_done()
A Dintel.c585 unsigned int l2 = c->x86_cache_size; in init_intel()
A Dcommon.c820 c->x86_cache_size = (ecx>>24) + (edx>>24); in cpu_detect_cache_sizes()
848 c->x86_cache_size = l2size; in cpu_detect_cache_sizes()
1934 c->x86_cache_size = 0; in identify_cpu()
/arch/x86/kernel/cpu/resctrl/
A Dmonitor.c352 resctrl_rmid_realloc_limit = boot_cpu_data.x86_cache_size * 1024; in rdt_get_mon_l3_config()
/arch/x86/include/asm/
A Dprocessor.h169 unsigned int x86_cache_size; member
/arch/x86/kernel/cpu/microcode/
A Dintel.c635 u64 llc_size = c->x86_cache_size * 1024ULL; in calc_llc_size_per_core()

Completed in 19 milliseconds