Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kernel/cpu/
Dproc.c93 if (c->x86_cache_size) in show_cpuinfo()
94 seq_printf(m, "cache size\t: %u KB\n", c->x86_cache_size); in show_cpuinfo()
Dcentaur.c206 c->x86_cache_size = (cc>>24)+(dd>>24); in init_centaur()
Dcyrix.c295 c->x86_cache_size = 16; /* Yep 16K integrated cache that's it */ in init_cyrix()
Dcacheinfo.c273 size_in_kb = __this_cpu_read(cpu_info.x86_cache_size); in amd_cpuid4()
878 c->x86_cache_size = l3 ? l3 : (l2 ? l2 : (l1i+l1d)); in init_intel_cacheinfo()
Dcommon.c807 c->x86_cache_size = (ecx>>24) + (edx>>24); in cpu_detect_cache_sizes()
835 c->x86_cache_size = l2size; in cpu_detect_cache_sizes()
1774 c->x86_cache_size = 0; in identify_cpu()
Dintel.c711 unsigned int l2 = c->x86_cache_size; in init_intel()
/linux-6.1.9/arch/x86/include/asm/
Dprocessor.h114 unsigned int x86_cache_size; member
/linux-6.1.9/arch/x86/kernel/cpu/resctrl/
Dmonitor.c773 resctrl_rmid_realloc_limit = boot_cpu_data.x86_cache_size * 1024; in rdt_get_mon_l3_config()
/linux-6.1.9/arch/x86/kernel/cpu/microcode/
Dintel.c921 u64 llc_size = c->x86_cache_size * 1024ULL; in calc_llc_size_per_core()
/linux-6.1.9/drivers/infiniband/sw/rdmavt/
Dqp.c88 return boot_cpu_data.x86_cache_size; in rvt_wss_llc_size()