Searched refs:x86_max_cores (Results 1 – 7 of 7) sorted by relevance
429 c->x86_max_cores = 1; in identify_cpu()574 c->x86_max_cores = (core_level_siblings / c->x86_num_siblings); in detect_extended_topology()580 if ( c->x86_max_cores > 1 ) in detect_extended_topology()609 c->x86_num_siblings = c->x86_num_siblings / c->x86_max_cores; in detect_ht()613 core_bits = get_count_order(c->x86_max_cores); in detect_ht()618 if (opt_cpu_info && c->x86_max_cores > 1) in detect_ht()
484 if (c->x86_max_cores <= 1) in amd_get_topology()494 while ((1 << bits) < c->x86_max_cores) in amd_get_topology()513 cpu, c->x86_max_cores, c->phys_proc_id, in amd_get_topology()580 c->x86_max_cores = (cpuid_ecx(0x80000008) & 0xff) + 1; in init_amd()
333 c->x86_max_cores = num_cpu_cores(c); in init_intel()
92 / boot_cpu_data.x86_max_cores in set_nr_sockets()96 / boot_cpu_data.x86_max_cores in set_nr_sockets()
258 if ( c[cpu].x86_max_cores == 1 ) in set_cpu_sibling_map()
135 __u32 x86_max_cores; /* cpuid returned max cores value */ member
1015 if ( c->x86_max_cores > 1 ) in x86_mc_get_cpu_info()1021 *ncores = c->x86_max_cores; in x86_mc_get_cpu_info()
Completed in 16 milliseconds