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

/linux-master/arch/x86/kernel/cpu/
H A Dproc.c95 if (c->x86_cache_size)
96 seq_printf(m, "cache size\t: %u KB\n", c->x86_cache_size);
H A Dcyrix.c295 c->x86_cache_size = 16; /* Yep 16K integrated cache that's it */
H A Dcentaur.c202 c->x86_cache_size = (cc>>24)+(dd>>24);
H A Dcacheinfo.c282 size_in_kb = __this_cpu_read(cpu_info.x86_cache_size);
875 c->x86_cache_size = l3 ? l3 : (l2 ? l2 : (l1i+l1d));
H A Dcommon.c816 c->x86_cache_size = (ecx>>24) + (edx>>24);
844 c->x86_cache_size = l2size;
1784 c->x86_cache_size = 0;
H A Dintel.c648 unsigned int l2 = c->x86_cache_size;
/linux-master/arch/x86/include/asm/
H A Dprocessor.h141 unsigned int x86_cache_size; member in struct:cpuinfo_x86
/linux-master/arch/x86/kernel/cpu/microcode/
H A Dintel.c642 u64 llc_size = c->x86_cache_size * 1024ULL;
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Dmonitor.c1013 resctrl_rmid_realloc_limit = boot_cpu_data.x86_cache_size * 1024;
/linux-master/drivers/infiniband/sw/rdmavt/
H A Dqp.c88 return boot_cpu_data.x86_cache_size;

Completed in 181 milliseconds