x86_max_cores    1224 arch/x86/events/intel/uncore_nhmex.c 	if (nhmex_uncore_cbox.num_boxes > boot_cpu_data.x86_max_cores)
x86_max_cores    1225 arch/x86/events/intel/uncore_nhmex.c 		nhmex_uncore_cbox.num_boxes = boot_cpu_data.x86_max_cores;
x86_max_cores     231 arch/x86/events/intel/uncore_snb.c 	if (snb_uncore_cbox.num_boxes > boot_cpu_data.x86_max_cores)
x86_max_cores     232 arch/x86/events/intel/uncore_snb.c 		snb_uncore_cbox.num_boxes = boot_cpu_data.x86_max_cores;
x86_max_cores     295 arch/x86/events/intel/uncore_snb.c 	if (skl_uncore_cbox.num_boxes > boot_cpu_data.x86_max_cores)
x86_max_cores     296 arch/x86/events/intel/uncore_snb.c 		skl_uncore_cbox.num_boxes = boot_cpu_data.x86_max_cores;
x86_max_cores    1087 arch/x86/events/intel/uncore_snbep.c 	if (snbep_uncore_cbox.num_boxes > boot_cpu_data.x86_max_cores)
x86_max_cores    1088 arch/x86/events/intel/uncore_snbep.c 		snbep_uncore_cbox.num_boxes = boot_cpu_data.x86_max_cores;
x86_max_cores    1703 arch/x86/events/intel/uncore_snbep.c 	if (ivbep_uncore_cbox.num_boxes > boot_cpu_data.x86_max_cores)
x86_max_cores    1704 arch/x86/events/intel/uncore_snbep.c 		ivbep_uncore_cbox.num_boxes = boot_cpu_data.x86_max_cores;
x86_max_cores    2757 arch/x86/events/intel/uncore_snbep.c 	if (hswep_uncore_cbox.num_boxes > boot_cpu_data.x86_max_cores)
x86_max_cores    2758 arch/x86/events/intel/uncore_snbep.c 		hswep_uncore_cbox.num_boxes = boot_cpu_data.x86_max_cores;
x86_max_cores    3131 arch/x86/events/intel/uncore_snbep.c 	if (bdx_uncore_cbox.num_boxes > boot_cpu_data.x86_max_cores)
x86_max_cores    3132 arch/x86/events/intel/uncore_snbep.c 		bdx_uncore_cbox.num_boxes = boot_cpu_data.x86_max_cores;
x86_max_cores     108 arch/x86/include/asm/processor.h 	u16			x86_max_cores;
x86_max_cores     319 arch/x86/kernel/cpu/amd.c 	cus_per_node = c->x86_max_cores / nodes_per_socket;
x86_max_cores     357 arch/x86/kernel/cpu/amd.c 				c->x86_max_cores /= smp_num_siblings;
x86_max_cores     366 arch/x86/kernel/cpu/amd.c 			c->x86_coreid_bits = get_count_order(c->x86_max_cores);
x86_max_cores     478 arch/x86/kernel/cpu/amd.c 	c->x86_max_cores = (ecx & 0xff) + 1;
x86_max_cores     485 arch/x86/kernel/cpu/amd.c 		while ((1 << bits) < c->x86_max_cores)
x86_max_cores     289 arch/x86/kernel/cpu/cacheinfo.c 	eax->split.num_cores_on_die = __this_cpu_read(cpu_info.x86_max_cores) - 1;
x86_max_cores     658 arch/x86/kernel/cpu/common.c 	c->x86_max_cores = 1;
x86_max_cores     664 arch/x86/kernel/cpu/common.c 		c->x86_max_cores = (eax >> 26) + 1;
x86_max_cores     762 arch/x86/kernel/cpu/common.c 	smp_num_siblings = smp_num_siblings / c->x86_max_cores;
x86_max_cores     766 arch/x86/kernel/cpu/common.c 	core_bits = get_count_order(c->x86_max_cores);
x86_max_cores    1478 arch/x86/kernel/cpu/common.c 	c->x86_max_cores = 1;
x86_max_cores      82 arch/x86/kernel/cpu/hygon.c 			c->x86_max_cores /= smp_num_siblings;
x86_max_cores      90 arch/x86/kernel/cpu/hygon.c 			c->x86_coreid_bits = get_count_order(c->x86_max_cores);
x86_max_cores     189 arch/x86/kernel/cpu/hygon.c 	c->x86_max_cores = (ecx & 0xff) + 1;
x86_max_cores     196 arch/x86/kernel/cpu/hygon.c 		while ((1 << bits) < c->x86_max_cores)
x86_max_cores     417 arch/x86/kernel/cpu/mce/inject.c 	cores_per_node = (c->x86_max_cores * smp_num_siblings) / amd_get_nodes_per_socket();
x86_max_cores    1026 arch/x86/kernel/cpu/microcode/intel.c 	do_div(llc_size, c->x86_max_cores);
x86_max_cores     151 arch/x86/kernel/cpu/topology.c 	c->x86_max_cores = (core_level_siblings / smp_num_siblings);
x86_max_cores     576 arch/x86/kernel/smpboot.c 	bool has_mp = has_smt || boot_cpu_data.x86_max_cores > 1;
x86_max_cores      73 arch/x86/xen/smp_pv.c 	cpu_data(cpu).x86_max_cores = 1;
x86_max_cores     251 arch/x86/xen/smp_pv.c 	cpu_data(0).x86_max_cores = 1;
x86_max_cores     217 drivers/hwmon/fam15h_power.c 	cu_num = boot_cpu_data.x86_max_cores;