Searched refs:x86_max_cores (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/cpu/
H A Damd.c235 c->x86_max_cores = (cpuid_ecx(0x80000008) & 0xff) + 1;
249 if (c->x86_max_cores > 1) {
254 while ((1 << bits) < c->x86_max_cores)
260 cpu, c->x86_max_cores, c->cpu_core_id);
H A Dcommon.c404 c->x86_max_cores = 1;
552 smp_num_siblings = smp_num_siblings / c->x86_max_cores;
556 core_bits = get_count_order(c->x86_max_cores);
561 if (c->x86_max_cores > 1)
H A Dintel.c157 c->x86_max_cores = num_cpu_cores(c);
H A Dproc.c114 if (c->x86_max_cores * smp_num_siblings > 1) {
H A Dintel_cacheinfo.c193 eax->split.num_cores_on_die = current_cpu_data.x86_max_cores - 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dtopology.h117 #define mc_capable() (boot_cpu_data.x86_max_cores > 1)
H A Dprocessor.h75 unsigned char x86_max_cores; /* cpuid returned max cores value */ member in struct:cpuinfo_x86
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dtopology.h63 #define mc_capable() (boot_cpu_data.x86_max_cores > 1)
H A Dprocessor.h65 __u8 x86_max_cores; /* cpuid returned max cores value */ member in struct:cpuinfo_x86
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dsetup.c504 c->x86_max_cores = (ecx & 0xff) + 1;
511 while ((1 << bits) < c->x86_max_cores)
642 smp_num_siblings = smp_num_siblings / c->x86_max_cores;
646 core_bits = get_count_order(c->x86_max_cores);
652 if ((c->x86_max_cores * smp_num_siblings) > 1) {
740 c->x86_max_cores = intel_num_cpu_cores(c);
778 c->x86_max_cores = 1;
1022 if (smp_num_siblings * c->x86_max_cores > 1) {
H A Dsmpboot.c281 if (current_cpu_data.x86_max_cores == 1) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dsmpboot.c337 if (current_cpu_data.x86_max_cores == 1) {

Completed in 78 milliseconds