x86_cache_size    100 arch/x86/include/asm/processor.h 	unsigned int		x86_cache_size;
x86_cache_size    267 arch/x86/kernel/cpu/cacheinfo.c 		size_in_kb = __this_cpu_read(cpu_info.x86_cache_size);
x86_cache_size    871 arch/x86/kernel/cpu/cacheinfo.c 	c->x86_cache_size = l3 ? l3 : (l2 ? l2 : (l1i+l1d));
x86_cache_size    240 arch/x86/kernel/cpu/centaur.c 			c->x86_cache_size = (cc>>24)+(dd>>24);
x86_cache_size    675 arch/x86/kernel/cpu/common.c 		c->x86_cache_size = (ecx>>24) + (edx>>24);
x86_cache_size    703 arch/x86/kernel/cpu/common.c 	c->x86_cache_size = l2size;
x86_cache_size   1473 arch/x86/kernel/cpu/common.c 	c->x86_cache_size = 0;
x86_cache_size    294 arch/x86/kernel/cpu/cyrix.c 		c->x86_cache_size = 16;	/* Yep 16K integrated cache thats it */
x86_cache_size    721 arch/x86/kernel/cpu/intel.c 		unsigned int l2 = c->x86_cache_size;
x86_cache_size   1024 arch/x86/kernel/cpu/microcode/intel.c 	u64 llc_size = c->x86_cache_size * 1024ULL;
x86_cache_size     94 arch/x86/kernel/cpu/proc.c 	if (c->x86_cache_size)
x86_cache_size     95 arch/x86/kernel/cpu/proc.c 		seq_printf(m, "cache size\t: %u KB\n", c->x86_cache_size);
x86_cache_size    617 arch/x86/kernel/cpu/resctrl/monitor.c 	unsigned int cl_size = boot_cpu_data.x86_cache_size;
x86_cache_size    941 arch/x86/kernel/cpu/resctrl/rdtgroup.c 	if (bytes > (boot_cpu_data.x86_cache_size * 1024))
x86_cache_size    130 drivers/infiniband/sw/rdmavt/qp.c 	return boot_cpu_data.x86_cache_size;