Searched refs:x86_max_cores (Results 1 – 8 of 8) sorted by relevance
14 if (c->x86_max_cores <= 1) in hygon_get_topology()22 c->x86_max_cores /= c->x86_num_siblings; in hygon_get_topology()27 smp_processor_id(), c->x86_max_cores, in hygon_get_topology()78 c->x86_max_cores = (cpuid_ecx(0x80000008) & 0xff) + 1; in init_hygon()
447 c->x86_max_cores = 1; in identify_cpu()615 c->x86_max_cores = (core_level_siblings / c->x86_num_siblings); in detect_extended_topology()621 if ( c->x86_max_cores > 1 ) in detect_extended_topology()652 c->x86_num_siblings = c->x86_num_siblings / c->x86_max_cores; in detect_ht()656 core_bits = get_count_order(c->x86_max_cores); in detect_ht()661 if (opt_cpu_info && c->x86_max_cores > 1) in detect_ht()
487 if (c->x86_max_cores <= 1) in amd_get_topology()497 while ((1 << bits) < c->x86_max_cores) in amd_get_topology()516 c->x86_max_cores /= c->x86_num_siblings; in amd_get_topology()529 cpu, c->x86_max_cores, c->phys_proc_id, in amd_get_topology()776 c->x86_max_cores = (cpuid_ecx(0x80000008) & 0xff) + 1; in init_amd()
469 c->x86_max_cores = num_cpu_cores(c); in init_intel()
102 / boot_cpu_data.x86_max_cores in set_nr_sockets()106 / boot_cpu_data.x86_max_cores in set_nr_sockets()
282 if ( c[cpu].x86_max_cores == 1 ) in set_cpu_sibling_map()
126 __u32 x86_max_cores; /* cpuid returned max cores value */ member
1052 if ( c->x86_max_cores > 1 ) in x86_mc_get_cpu_info()1058 *ncores = c->x86_max_cores; in x86_mc_get_cpu_info()
Completed in 16 milliseconds