Home
last modified time | relevance | path

Searched refs:x86_max_cores (Results 1 – 8 of 8) sorted by relevance

/xen/xen/arch/x86/cpu/
A Dhygon.c14 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()
A Dcommon.c447 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()
A Damd.c487 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()
A Dintel.c469 c->x86_max_cores = num_cpu_cores(c); in init_intel()
/xen/xen/arch/x86/
A Dmpparse.c102 / boot_cpu_data.x86_max_cores in set_nr_sockets()
106 / boot_cpu_data.x86_max_cores in set_nr_sockets()
A Dsmpboot.c282 if ( c[cpu].x86_max_cores == 1 ) in set_cpu_sibling_map()
/xen/xen/include/asm-x86/
A Dprocessor.h126 __u32 x86_max_cores; /* cpuid returned max cores value */ member
/xen/xen/arch/x86/cpu/mcheck/
A Dmce.c1052 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